Html Css Color HEX #5CE6CD Turquoise

📋 copy color: '#5CE6CD'

red 92 ◦ green 230 ◦ blue 205

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

Shades of Turquoise #5CE6CD

Tints of Turquoise #5CE6CD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.64%

 BLUE value IS 205 (80.47% from 255) = 38.9%

R = 17.46%
G = 43.64%
B = 38.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#5CE6CD (or 0x5CE6CD) is known color: Turquoise. HEX triplet: 5C, E6 and CD. RGB value is (92,230,205). Sum of RGB (Red+Green+Blue) = 92+230+205=527 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.46% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #5CE6CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE6CD is #A31932. Grayscale: #B9B9B9. Windows color (decimal): -10688819 or 13493852. OLE color: 13493852.

HSL color Cylindrical-coordinate representation of color #5CE6CD: hue angle of 169.13º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE6CD is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 92 230 205 -
CMYK 0.60 0 0.11 0.10
HSL 169.13º 0.73% 0.63% -
HSV(B) 169.13º 0.6% 0.9% -
XYZ 43.73 63.28 67.67 -
YUV 185.89 138.78 61.03 -
System Red Green Blue C M Y K H S L
Decimal 92 230 205 0.60 0 0.11 0.10 169.13 0.73 0.63
Hex 5C E6 CD 3C 0 B A A9 49 3F
Octal 134 346 315 74 0 13 12 251 111 77
Binary 1011100 11100110 11001101 111100 0 1011 1010 10101001 1001001 111111

Color Harmonies of #5CE6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CE6CD

Black with #5CE6CD

Text Example


Text Example

White with #5CE6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,230,205); }

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

background-color css

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

 a { background-color: rgb(92,230,205); }

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

border-color css

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

 span { border-color: rgb(92,230,205); }

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