#5CCDDB

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

Shades of Turquoise Blue #5CCDDB

Tints of Turquoise Blue #5CCDDB

Color information

#5CCDDB (or 0x5CCDDB) is unknown color: approx Turquoise Blue. HEX triplet: 5C, CD and DB. RGB value is (92,205,219). Sum of RGB (Red+Green+Blue) = 92+205+219=516 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.83% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CCDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDDB is #A33224. Grayscale: #ACACAC. Windows color (decimal): -10695205 or 14404956. OLE color: 14404956.

HSL color Cylindrical-coordinate representation of color #5CCDDB: hue angle of 186.61º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CCDDB is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB92205219-
CMYK0.580.0600.14
HSL186.61º63.82%60.98%-
HSV(B)186.61º57.99%85.88%-
XYZ39.0351.0574.81-
YUV172.81154.0670.36-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.83%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=17.83%
G=39.73%
B=42.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922052190.580.0600.14186.6163.8260.98
Hex5CCDDB3A60Ebb403d
Octal13431533372601627310075
Binary1011100110011011101101111101011001110101110111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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