#5DDAF1

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

Shades of Turquoise Blue #5DDAF1

Tints of Turquoise Blue #5DDAF1

Color information

#5DDAF1 (or 0x5DDAF1) is unknown color: approx Turquoise Blue. HEX triplet: 5D, DA and F1. RGB value is (93,218,241). Sum of RGB (Red+Green+Blue) = 93+218+241=552 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.85% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DDAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDAF1 is #A2250E. Grayscale: #B7B7B7. Windows color (decimal): -10626319 or 15850077. OLE color: 15850077.

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

Color convert

RGB93218241-
CMYK0.610.1000.05
HSL189.32º84.09%65.49%-
HSV(B)189.32º61.41%94.51%-
XYZ45.4658.8292.18-
YUV183.25160.5963.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.85%
GREEN value IS 218 (85.55% from 255) = 39.49%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=16.85%
G=39.49%
B=43.66%

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
Decimal932182410.610.1000.05189.3284.0965.49
Hex5DDAF13DA05bd5441
Octal135332361751205275124101
Binary10111011101101011110001111101101001011011110110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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