Html Css Color HEX #5CEACC Turquoise

📋 copy color: '#5CEACC'

red 92 ◦ green 234 ◦ blue 204

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

Shades of Turquoise #5CEACC

Tints of Turquoise #5CEACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 17.36%
G = 44.15%
B = 38.49%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#5CEACC (or 0x5CEACC) is known color: Turquoise. HEX triplet: 5C, EA and CC. RGB value is (92,234,204). Sum of RGB (Red+Green+Blue) = 92+234+204=530 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.36% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #5CEACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CEACC is #A31533. Grayscale: #BCBCBC. Windows color (decimal): -10687796 or 13429340. OLE color: 13429340.

HSL color Cylindrical-coordinate representation of color #5CEACC: hue angle of 167.32º 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 #5CEACC is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 92 234 204 -
CMYK 0.61 0 0.13 0.08
HSL 167.32º 0.77% 0.64% -
HSV(B) 167.32º 0.61% 0.92% -
XYZ 44.74 65.48 67.41 -
YUV 188.12 136.96 59.44 -
System Red Green Blue C M Y K H S L
Decimal 92 234 204 0.61 0 0.13 0.08 167.32 0.77 0.64
Hex 5C EA CC 3D 0 D 8 A7 4D 40
Octal 134 352 314 75 0 15 10 247 115 100
Binary 1011100 11101010 11001100 111101 0 1101 1000 10100111 1001101 1000000

Color Harmonies of #5CEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CEACC

Black with #5CEACC

Text Example


Text Example

White with #5CEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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