Html Css Color HEX #5AE8E7 Turquoise Blue

📋 copy color: '#5AE8E7'

red 90 ◦ green 232 ◦ blue 231

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

Shades of Turquoise Blue #5AE8E7

Tints of Turquoise Blue #5AE8E7

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.95%

 BLUE value IS 231 (90.63% from 255) = 41.77%

R = 16.27%
G = 41.95%
B = 41.77%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#5AE8E7 (or 0x5AE8E7) is known color: Turquoise Blue. HEX triplet: 5A, E8 and E7. RGB value is (90,232,231). Sum of RGB (Red+Green+Blue) = 90+232+231=553 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.27% from 553); Green value is 232 (91.02% from 255 or 41.95% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 232 - color contains mainly: green. Hex color #5AE8E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AE8E7 is #A51718. Grayscale: #BDBDBD. Windows color (decimal): -10819353 or 15198298. OLE color: 15198298.

HSL color Cylindrical-coordinate representation of color #5AE8E7: hue angle of 179.58º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE8E7 is Cyan = 0.61, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 90 232 231 -
CMYK 0.61 0 0.00 0.09
HSL 179.58º 0.76% 0.63% -
HSV(B) 179.58º 0.61% 0.91% -
XYZ 47.5 65.66 85.77 -
YUV 189.43 151.46 57.08 -
System Red Green Blue C M Y K H S L
Decimal 90 232 231 0.61 0 0.00 0.09 179.58 0.76 0.63
Hex 5A E8 E7 3D 0 0 9 B4 4C 3F
Octal 132 350 347 75 0 0 11 264 114 77
Binary 1011010 11101000 11100111 111101 0 0 1001 10110100 1001100 111111

Color Harmonies of #5AE8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE8E7

Black with #5AE8E7

Text Example


Text Example

White with #5AE8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,232,231); }

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

background-color css

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

 a { background-color: rgb(90,232,231); }

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

border-color css

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

 span { border-color: rgb(90,232,231); }

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