#5DD9F1

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

Shades of Turquoise Blue #5DD9F1

Tints of Turquoise Blue #5DD9F1

Color information

#5DD9F1 (or 0x5DD9F1) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D9 and F1. RGB value is (93,217,241). Sum of RGB (Red+Green+Blue) = 93+217+241=551 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.88% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DD9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD9F1 is #A2260E. Grayscale: #B6B6B6. Windows color (decimal): -10626575 or 15849821. OLE color: 15849821.

HSL color Cylindrical-coordinate representation of color #5DD9F1: hue angle of 189.73º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DD9F1 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB93217241-
CMYK0.610.1000.05
HSL189.73º84.09%65.49%-
HSV(B)189.73º61.41%94.51%-
XYZ45.258.392.09-
YUV182.66160.9264.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.88%
GREEN value IS 217 (85.16% from 255) = 39.38%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=16.88%
G=39.38%
B=43.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal932172410.610.1000.05189.7384.0965.49
Hex5DD9F13DA05be5441
Octal135331361751205276124101
Binary10111011101100111110001111101101001011011111010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,217,241); }

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

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

 a { background-color: rgb(93,217,241); }

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

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

 span { border-color: rgb(93,217,241); }

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