Html Css Color HEX #5CE8D4 Turquoise

📋 copy color: '#5CE8D4'

red 92 ◦ green 232 ◦ blue 212

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

Shades of Turquoise #5CE8D4

Tints of Turquoise #5CE8D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.55%

R = 17.16%
G = 43.28%
B = 39.55%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#5CE8D4 (or 0x5CE8D4) is known color: Turquoise. HEX triplet: 5C, E8 and D4. RGB value is (92,232,212). Sum of RGB (Red+Green+Blue) = 92+232+212=536 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.16% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #5CE8D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE8D4 is #A3172B. Grayscale: #BBBBBB. Windows color (decimal): -10688300 or 13953116. OLE color: 13953116.

HSL color Cylindrical-coordinate representation of color #5CE8D4: hue angle of 171.43º 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 #5CE8D4 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 92 232 212 -
CMYK 0.60 0 0.09 0.09
HSL 171.43º 0.75% 0.64% -
HSV(B) 171.43º 0.6% 0.91% -
XYZ 45.15 64.74 72.4 -
YUV 187.86 141.62 59.63 -
System Red Green Blue C M Y K H S L
Decimal 92 232 212 0.60 0 0.09 0.09 171.43 0.75 0.64
Hex 5C E8 D4 3C 0 9 9 AB 4B 40
Octal 134 350 324 74 0 11 11 253 113 100
Binary 1011100 11101000 11010100 111100 0 1001 1001 10101011 1001011 1000000

Color Harmonies of #5CE8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CE8D4

Black with #5CE8D4

Text Example


Text Example

White with #5CE8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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