Html Css Color HEX #5AEFD8 Turquoise

📋 copy color: '#5AEFD8'

red 90 ◦ green 239 ◦ blue 216

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

Shades of Turquoise #5AEFD8

Tints of Turquoise #5AEFD8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.85%

 BLUE value IS 216 (84.77% from 255) = 39.63%

R = 16.51%
G = 43.85%
B = 39.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#5AEFD8 (or 0x5AEFD8) is known color: Turquoise. HEX triplet: 5A, EF and D8. RGB value is (90,239,216). Sum of RGB (Red+Green+Blue) = 90+239+216=545 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.51% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEFD8 is #A51027. Grayscale: #BFBFBF. Windows color (decimal): -10817576 or 14217050. OLE color: 14217050.

HSL color Cylindrical-coordinate representation of color #5AEFD8: hue angle of 170.74º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEFD8 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 239 216 -
CMYK 0.62 0 0.10 0.06
HSL 170.74º 0.82% 0.65% -
HSV(B) 170.74º 0.62% 0.94% -
XYZ 47.48 68.86 75.76 -
YUV 191.83 141.64 55.37 -
System Red Green Blue C M Y K H S L
Decimal 90 239 216 0.62 0 0.10 0.06 170.74 0.82 0.65
Hex 5A EF D8 3E 0 A 6 AB 52 41
Octal 132 357 330 76 0 12 6 253 122 101
Binary 1011010 11101111 11011000 111110 0 1010 110 10101011 1010010 1000001

Color Harmonies of #5AEFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEFD8

Black with #5AEFD8

Text Example


Text Example

White with #5AEFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,239,216); }

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

background-color css

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

 a { background-color: rgb(90,239,216); }

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

border-color css

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

 span { border-color: rgb(90,239,216); }

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