Html Css Color HEX #5AEED6 Turquoise

📋 copy color: '#5AEED6'

red 90 ◦ green 238 ◦ blue 214

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

Shades of Turquoise #5AEED6

Tints of Turquoise #5AEED6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.91%

 BLUE value IS 214 (83.98% from 255) = 39.48%

R = 16.61%
G = 43.91%
B = 39.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#5AEED6 (or 0x5AEED6) is known color: Turquoise. HEX triplet: 5A, EE and D6. RGB value is (90,238,214). Sum of RGB (Red+Green+Blue) = 90+238+214=542 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.61% from 542); Green value is 238 (93.36% from 255 or 43.91% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEED6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEED6 is #A51129. Grayscale: #BEBEBE. Windows color (decimal): -10817834 or 14085722. OLE color: 14085722.

HSL color Cylindrical-coordinate representation of color #5AEED6: hue angle of 170.27º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEED6 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 238 214 -
CMYK 0.62 0 0.10 0.07
HSL 170.27º 0.81% 0.64% -
HSV(B) 170.27º 0.62% 0.93% -
XYZ 46.93 68.18 74.3 -
YUV 191.01 140.97 55.95 -
System Red Green Blue C M Y K H S L
Decimal 90 238 214 0.62 0 0.10 0.07 170.27 0.81 0.64
Hex 5A EE D6 3E 0 A 7 AA 51 40
Octal 132 356 326 76 0 12 7 252 121 100
Binary 1011010 11101110 11010110 111110 0 1010 111 10101010 1010001 1000000

Color Harmonies of #5AEED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEED6

Black with #5AEED6

Text Example


Text Example

White with #5AEED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,238,214); }

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

background-color css

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

 a { background-color: rgb(90,238,214); }

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

border-color css

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

 span { border-color: rgb(90,238,214); }

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