#5CCBCE

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

Shades of Medium Turquoise #5CCBCE

Tints of Medium Turquoise #5CCBCE

Color information

#5CCBCE (or 0x5CCBCE) is unknown color: approx Medium Turquoise. HEX triplet: 5C, CB and CE. RGB value is (92,203,206). Sum of RGB (Red+Green+Blue) = 92+203+206=501 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.36% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #5CCBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCBCE is #A33431. Grayscale: #AAAAAA. Windows color (decimal): -10695730 or 13552476. OLE color: 13552476.

HSL color Cylindrical-coordinate representation of color #5CCBCE: hue angle of 181.58º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCBCE is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB92203206-
CMYK0.550.0100.19
HSL181.58º53.77%58.43%-
HSV(B)181.58º55.34%80.78%-
XYZ36.9149.4465.99-
YUV170.15148.2372.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.36%
GREEN value IS 203 (79.69% from 255) = 40.52%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=18.36%
G=40.52%
B=41.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal922032060.550.0100.19181.5853.7758.43
Hex5CCBCE371013b6363a
Octal1343133166710232666672
Binary10111001100101111001110110111101001110110110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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