#5CE8CB

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

Shades of Turquoise #5CE8CB

Tints of Turquoise #5CE8CB

Color information

#5CE8CB (or 0x5CE8CB) is unknown color: approx Turquoise. HEX triplet: 5C, E8 and CB. RGB value is (92,232,203). Sum of RGB (Red+Green+Blue) = 92+232+203=527 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.46% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #5CE8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CE8CB is #A31734. Grayscale: #BABABA. Windows color (decimal): -10688309 or 13363292. OLE color: 13363292.

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

Color convert

RGB92232203-
CMYK0.6000.120.09
HSL167.57º75.27%63.53%-
HSV(B)167.57º60.34%90.98%-
XYZ44.0564.366.59-
YUV186.83137.1260.36-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.46%
GREEN value IS 232 (91.02% from 255) = 44.02%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=17.46%
G=44.02%
B=38.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal922322030.6000.120.09167.5775.2763.53
Hex5CE8CB3C0C9a84b40
Octal1343503137401411250113100
Binary101110011101000110010111111000110010011010100010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CE8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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