#5CDEDF

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

Shades of Turquoise Blue #5CDEDF

Tints of Turquoise Blue #5CDEDF

Color information

#5CDEDF (or 0x5CDEDF) is unknown color: approx Turquoise Blue. HEX triplet: 5C, DE and DF. RGB value is (92,222,223). Sum of RGB (Red+Green+Blue) = 92+222+223=537 (71% of max value = 765). Red value is 92 (36.33% from 255 or 17.13% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #5CDEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDEDF is #A32120. Grayscale: #B7B7B7. Windows color (decimal): -10690849 or 14671452. OLE color: 14671452.

HSL color Cylindrical-coordinate representation of color #5CDEDF: hue angle of 180.46º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CDEDF is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92222223-
CMYK0.590.0000.13
HSL180.46º67.18%61.76%-
HSV(B)180.46º58.74%87.45%-
XYZ43.8559.8579.05-
YUV183.24150.4362.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.13%
GREEN value IS 222 (87.11% from 255) = 41.34%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=17.13%
G=41.34%
B=41.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922222230.590.0000.13180.4667.1861.76
Hex5CDEDF3B00Db4433e
Octal13433633773001526410376
Binary10111001101111011011111111011001101101101001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,222,223); }

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

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

 a { background-color: rgb(92,222,223); }

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

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

 span { border-color: rgb(92,222,223); }

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