Html Css Color HEX #5CEAC9 Turquoise

📋 copy color: '#5CEAC9'

red 92 ◦ green 234 ◦ blue 201

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

Shades of Turquoise #5CEAC9

Tints of Turquoise #5CEAC9

RGB

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

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

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

R = 17.46%
G = 44.4%
B = 38.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#5CEAC9 (or 0x5CEAC9) is known color: Turquoise. HEX triplet: 5C, EA and C9. RGB value is (92,234,201). Sum of RGB (Red+Green+Blue) = 92+234+201=527 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.46% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #5CEAC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEAC9 is #A31536. Grayscale: #BBBBBB. Windows color (decimal): -10687799 or 13232732. OLE color: 13232732.

HSL color Cylindrical-coordinate representation of color #5CEAC9: hue angle of 166.06º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CEAC9 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 92 234 201 -
CMYK 0.61 0 0.14 0.08
HSL 166.06º 0.77% 0.64% -
HSV(B) 166.06º 0.61% 0.92% -
XYZ 44.38 65.34 65.53 -
YUV 187.78 135.46 59.68 -
System Red Green Blue C M Y K H S L
Decimal 92 234 201 0.61 0 0.14 0.08 166.06 0.77 0.64
Hex 5C EA C9 3D 0 E 8 A6 4D 40
Octal 134 352 311 75 0 16 10 246 115 100
Binary 1011100 11101010 11001001 111101 0 1110 1000 10100110 1001101 1000000

Color Harmonies of #5CEAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEAC9

Black with #5CEAC9

Text Example


Text Example

White with #5CEAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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