Html Css Color HEX #5AF9DA Turquoise

📋 copy color: '#5AF9DA'

red 90 ◦ green 249 ◦ blue 218

#5AF9DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #5AF9DA

Tints of Turquoise #5AF9DA

RGB

 RED value IS 90 (35.55% from 255) = 16.16%

 GREEN value IS 249 (97.66% from 255) = 44.7%

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 16.16%
G = 44.7%
B = 39.14%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5AF9DA (or 0x5AF9DA) is known color: Turquoise. HEX triplet: 5A, F9 and DA. RGB value is (90,249,218). Sum of RGB (Red+Green+Blue) = 90+249+218=557 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.16% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF9DA is #A50625. Grayscale: #C5C5C5. Windows color (decimal): -10815014 or 14350682. OLE color: 14350682.

HSL color Cylindrical-coordinate representation of color #5AF9DA: hue angle of 168.3º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF9DA is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 249 218 -
CMYK 0.64 0 0.12 0.02
HSL 168.3º 0.93% 0.66% -
HSV(B) 168.3º 0.64% 0.98% -
XYZ 50.75 74.99 78.13 -
YUV 197.93 139.32 51.02 -
System Red Green Blue C M Y K H S L
Decimal 90 249 218 0.64 0 0.12 0.02 168.3 0.93 0.66
Hex 5A F9 DA 40 0 C 2 A8 5D 42
Octal 132 371 332 100 0 14 2 250 135 102
Binary 1011010 11111001 11011010 1000000 0 1100 10 10101000 1011101 1000010

Color Harmonies of #5AF9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF9DA

Black with #5AF9DA

Text Example


Text Example

White with #5AF9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AF9DA; }

 p { color: rgb(90,249,218); }

 H1.HeaderClassName
 {
   color: #5AF9DA;
 }
 .AnyTagClassName
 {
   color: #5AF9DA;
 }
</style>

background-color css

<style>
 a { background-color: #5AF9DA; }

 a { background-color: rgb(90,249,218); }

 div.DivClassName
 {
   background-color: #5AF9DA;
 }
 .BgClassName
 {
   background-color: #5AF9DA;
 }
</style>

border-color css

<style>
 span { border-color: #5AF9DA; }

 span { border-color: rgb(90,249,218); }

 td.TdClassName
 {
   border-color: #5AF9DA;
 }
 .TagClassName
 {
   border-color: #5AF9DA;
 }
</style>