Html Css Color HEX #5CEEC9 Turquoise

📋 copy color: '#5CEEC9'

red 92 ◦ green 238 ◦ blue 201

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

Shades of Turquoise #5CEEC9

Tints of Turquoise #5CEEC9

RGB

 RED value IS 92 (36.33% from 255) = 17.33%

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

 BLUE value IS 201 (78.91% from 255) = 37.85%

R = 17.33%
G = 44.82%
B = 37.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#5CEEC9 (or 0x5CEEC9) is known color: Turquoise. HEX triplet: 5C, EE and C9. RGB value is (92,238,201). Sum of RGB (Red+Green+Blue) = 92+238+201=531 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.33% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #5CEEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEEC9 is #A31136. Grayscale: #BEBEBE. Windows color (decimal): -10686775 or 13233756. OLE color: 13233756.

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

Color convert

RGB 92 238 201 -
CMYK 0.61 0 0.16 0.07
HSL 164.79º 0.81% 0.65% -
HSV(B) 164.79º 0.61% 0.93% -
XYZ 45.53 67.64 65.91 -
YUV 190.13 134.13 58.01 -
System Red Green Blue C M Y K H S L
Decimal 92 238 201 0.61 0 0.16 0.07 164.79 0.81 0.65
Hex 5C EE C9 3D 0 10 7 A5 51 41
Octal 134 356 311 75 0 20 7 245 121 101
Binary 1011100 11101110 11001001 111101 0 10000 111 10100101 1010001 1000001

Color Harmonies of #5CEEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEEC9

Black with #5CEEC9

Text Example


Text Example

White with #5CEEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,238,201); }

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

background-color css

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

 a { background-color: rgb(92,238,201); }

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

border-color css

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

 span { border-color: rgb(92,238,201); }

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