#5DCCDB

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

Shades of Turquoise Blue #5DCCDB

Tints of Turquoise Blue #5DCCDB

Color information

#5DCCDB (or 0x5DCCDB) is unknown color: approx Turquoise Blue. HEX triplet: 5D, CC and DB. RGB value is (93,204,219). Sum of RGB (Red+Green+Blue) = 93+204+219=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 204 (80.08% from 255 or 39.53% 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 #5DCCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCCDB is #A23324. Grayscale: #ACACAC. Windows color (decimal): -10629925 or 14404701. OLE color: 14404701.

HSL color Cylindrical-coordinate representation of color #5DCCDB: hue angle of 187.14º 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 #5DCCDB is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB93204219-
CMYK0.580.0700.14
HSL187.14º63.64%61.18%-
HSV(B)187.14º57.53%85.88%-
XYZ38.8950.6374.74-
YUV172.52154.2371.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.02%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=18.02%
G=39.53%
B=42.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal932042190.580.0700.14187.1463.6461.18
Hex5DCCDB3A70Ebb403d
Octal13531433372701627310075
Binary1011101110011001101101111101011101110101110111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,204,219); }

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

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

 a { background-color: rgb(93,204,219); }

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

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

 span { border-color: rgb(93,204,219); }

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