#5DDDE9

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

Shades of Turquoise Blue #5DDDE9

Tints of Turquoise Blue #5DDDE9

Color information

#5DDDE9 (or 0x5DDDE9) is unknown color: approx Turquoise Blue. HEX triplet: 5D, DD and E9. RGB value is (93,221,233). Sum of RGB (Red+Green+Blue) = 93+221+233=547 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.00% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #5DDDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDDE9 is #A22216. Grayscale: #B7B7B7. Windows color (decimal): -10625559 or 15326557. OLE color: 15326557.

HSL color Cylindrical-coordinate representation of color #5DDDE9: hue angle of 185.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DDDE9 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB93221233-
CMYK0.600.0500.09
HSL185.14º76.09%63.92%-
HSV(B)185.14º60.09%91.37%-
XYZ45.0859.9286.28-
YUV184.1155.5963.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.00%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 233 (91.41% from 255) = 42.60%
R=17.00%
G=40.40%
B=42.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal932212330.600.0500.09185.1476.0963.92
Hex5DDDE93C509b94c40
Octal135335351745011271114100
Binary10111011101110111101001111100101010011011100110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,221,233); }

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

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

 a { background-color: rgb(93,221,233); }

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

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

 span { border-color: rgb(93,221,233); }

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