Html Css Color HEX #5AEAF9 Turquoise Blue

📋 copy color: '#5AEAF9'

red 90 ◦ green 234 ◦ blue 249

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

Shades of Turquoise Blue #5AEAF9

Tints of Turquoise Blue #5AEAF9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.84%

 BLUE value IS 249 (97.66% from 255) = 43.46%

R = 15.71%
G = 40.84%
B = 43.46%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5AEAF9 (or 0x5AEAF9) is known color: Turquoise Blue. HEX triplet: 5A, EA and F9. RGB value is (90,234,249). Sum of RGB (Red+Green+Blue) = 90+234+249=573 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.71% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #5AEAF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEAF9 is #A51506. Grayscale: #C0C0C0. Windows color (decimal): -10818823 or 16378458. OLE color: 16378458.

HSL color Cylindrical-coordinate representation of color #5AEAF9: hue angle of 185.66º 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 #5AEAF9 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 234 249 -
CMYK 0.64 0.06 0 0.02
HSL 185.66º 0.93% 0.66% -
HSV(B) 185.66º 0.64% 0.98% -
XYZ 50.74 67.86 100.05 -
YUV 192.65 159.79 54.78 -
System Red Green Blue C M Y K H S L
Decimal 90 234 249 0.64 0.06 0 0.02 185.66 0.93 0.66
Hex 5A EA F9 40 6 0 2 BA 5D 42
Octal 132 352 371 100 6 0 2 272 135 102
Binary 1011010 11101010 11111001 1000000 110 0 10 10111010 1011101 1000010

Color Harmonies of #5AEAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEAF9

Black with #5AEAF9

Text Example


Text Example

White with #5AEAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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