#5CE4CF

Color #5CE4CF Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #5CE4CF

Tints of Turquoise #5CE4CF

Color information

#5CE4CF (or 0x5CE4CF) is unknown color: approx Turquoise. HEX triplet: 5C, E4 and CF. RGB value is (92,228,207). Sum of RGB (Red+Green+Blue) = 92+228+207=527 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.46% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #5CE4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CE4CF is #A31B30. Grayscale: #B8B8B8. Windows color (decimal): -10689329 or 13624412. OLE color: 13624412.

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

Color convert

RGB92228207-
CMYK0.6000.090.11
HSL170.74º71.58%62.75%-
HSV(B)170.74º59.65%89.41%-
XYZ43.4262.2768.76-
YUV184.94140.4461.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.46%
GREEN value IS 228 (89.45% from 255) = 43.26%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=17.46%
G=43.26%
B=39.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal922282070.6000.090.11170.7471.5862.75
Hex5CE4CF3C09Bab483f
Octal134344317740111325311077
Binary10111001110010011001111111100010011011101010111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CE4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,228,207); }

 H1.HeaderClassName
 {
   color: #5CE4CF;
 }
 .AnyTagClassName
 {
   color: #5CE4CF;
 }
</style>
background-color css

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

 a { background-color: rgb(92,228,207); }

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

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

 span { border-color: rgb(92,228,207); }

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