#5DD1F9

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

Shades of Turquoise Blue #5DD1F9

Tints of Turquoise Blue #5DD1F9

Color information

#5DD1F9 (or 0x5DD1F9) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D1 and F9. RGB value is (93,209,249). Sum of RGB (Red+Green+Blue) = 93+209+249=551 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.88% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #5DD1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD1F9 is #A22E06. Grayscale: #B2B2B2. Windows color (decimal): -10628615 or 16372061. OLE color: 16372061.

HSL color Cylindrical-coordinate representation of color #5DD1F9: hue angle of 195.38º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DD1F9 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB93209249-
CMYK0.630.1600.02
HSL195.38º92.86%67.06%-
HSV(B)195.38º62.65%97.65%-
XYZ44.4154.7797.85-
YUV178.88167.5766.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.88%
GREEN value IS 209 (82.03% from 255) = 37.93%
BLUE value IS 249 (97.66% from 255) = 45.19%
R=16.88%
G=37.93%
B=45.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932092490.630.1600.02195.3892.8667.06
Hex5DD1F93F1002c35d43
Octal135321371772002303135103
Binary10111011101000111111001111111100000101100001110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,209,249); }

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

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

 a { background-color: rgb(93,209,249); }

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

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

 span { border-color: rgb(93,209,249); }

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