Html Css Color HEX #5CE8CA Turquoise

📋 copy color: '#5CE8CA'

red 92 ◦ green 232 ◦ blue 202

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

Shades of Turquoise #5CE8CA

Tints of Turquoise #5CE8CA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.11%

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 17.49%
G = 44.11%
B = 38.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#5CE8CA (or 0x5CE8CA) is known color: Turquoise. HEX triplet: 5C, E8 and CA. RGB value is (92,232,202). Sum of RGB (Red+Green+Blue) = 92+232+202=526 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.49% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #5CE8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE8CA is #A31735. Grayscale: #BABABA. Windows color (decimal): -10688310 or 13297756. OLE color: 13297756.

HSL color Cylindrical-coordinate representation of color #5CE8CA: hue angle of 167.14º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE8CA is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 92 232 202 -
CMYK 0.60 0 0.13 0.09
HSL 167.14º 0.75% 0.64% -
HSV(B) 167.14º 0.6% 0.91% -
XYZ 43.93 64.25 65.96 -
YUV 186.72 136.62 60.44 -
System Red Green Blue C M Y K H S L
Decimal 92 232 202 0.60 0 0.13 0.09 167.14 0.75 0.64
Hex 5C E8 CA 3C 0 D 9 A7 4B 40
Octal 134 350 312 74 0 15 11 247 113 100
Binary 1011100 11101000 11001010 111100 0 1101 1001 10100111 1001011 1000000

Color Harmonies of #5CE8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CE8CA

Black with #5CE8CA

Text Example


Text Example

White with #5CE8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,232,202); }

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

background-color css

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

 a { background-color: rgb(92,232,202); }

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

border-color css

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

 span { border-color: rgb(92,232,202); }

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