#5CD1DB

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

Shades of Turquoise Blue #5CD1DB

Tints of Turquoise Blue #5CD1DB

Color information

#5CD1DB (or 0x5CD1DB) is unknown color: approx Turquoise Blue. HEX triplet: 5C, D1 and DB. RGB value is (92,209,219). Sum of RGB (Red+Green+Blue) = 92+209+219=520 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.69% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CD1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD1DB is #A32E24. Grayscale: #AFAFAF. Windows color (decimal): -10694181 or 14405980. OLE color: 14405980.

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

Color convert

RGB92209219-
CMYK0.580.0500.14
HSL184.72º63.82%60.98%-
HSV(B)184.72º57.99%85.88%-
XYZ4052.9975.14-
YUV175.16152.7468.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.69%
GREEN value IS 209 (82.03% from 255) = 40.19%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=17.69%
G=40.19%
B=42.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922092190.580.0500.14184.7263.8260.98
Hex5CD1DB3A50Eb9403d
Octal13432133372501627110075
Binary1011100110100011101101111101010101110101110011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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