#5DD3DE

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

Shades of Turquoise Blue #5DD3DE

Tints of Turquoise Blue #5DD3DE

Color information

#5DD3DE (or 0x5DD3DE) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D3 and DE. RGB value is (93,211,222). Sum of RGB (Red+Green+Blue) = 93+211+222=526 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.68% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #5DD3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD3DE is #A22C21. Grayscale: #B0B0B0. Windows color (decimal): -10628130 or 14603101. OLE color: 14603101.

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

Color convert

RGB93211222-
CMYK0.580.0500.13
HSL185.12º66.15%61.76%-
HSV(B)185.12º58.11%87.06%-
XYZ40.9954.1977.41-
YUV176.97153.4168.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.68%
GREEN value IS 211 (82.81% from 255) = 40.11%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=17.68%
G=40.11%
B=42.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932112220.580.0500.13185.1266.1561.76
Hex5DD3DE3A50Db9423e
Octal13532333672501527110276
Binary1011101110100111101111011101010101101101110011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,211,222); }

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

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

 a { background-color: rgb(93,211,222); }

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

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

 span { border-color: rgb(93,211,222); }

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