#5CD3DB

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

Shades of Turquoise Blue #5CD3DB

Tints of Turquoise Blue #5CD3DB

Color information

#5CD3DB (or 0x5CD3DB) is unknown color: approx Turquoise Blue. HEX triplet: 5C, D3 and DB. RGB value is (92,211,219). Sum of RGB (Red+Green+Blue) = 92+211+219=522 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.62% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CD3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD3DB is #A32C24. Grayscale: #B0B0B0. Windows color (decimal): -10693669 or 14406492. OLE color: 14406492.

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

Color convert

RGB92211219-
CMYK0.580.0400.14
HSL183.78º63.82%60.98%-
HSV(B)183.78º57.99%85.88%-
XYZ40.4953.9875.3-
YUV176.33152.0867.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.62%
GREEN value IS 211 (82.81% from 255) = 40.42%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=17.62%
G=40.42%
B=41.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922112190.580.0400.14183.7863.8260.98
Hex5CD3DB3A40Eb8403d
Octal13432333372401627010075
Binary1011100110100111101101111101010001110101110001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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