#5DDBF1

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

Shades of Turquoise Blue #5DDBF1

Tints of Turquoise Blue #5DDBF1

Color information

#5DDBF1 (or 0x5DDBF1) is unknown color: approx Turquoise Blue. HEX triplet: 5D, DB and F1. RGB value is (93,219,241). Sum of RGB (Red+Green+Blue) = 93+219+241=553 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.82% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DDBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DDBF1 is #A2240E. Grayscale: #B7B7B7. Windows color (decimal): -10626063 or 15850333. OLE color: 15850333.

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

Color convert

RGB93219241-
CMYK0.610.0900.05
HSL188.92º84.09%65.49%-
HSV(B)188.92º61.41%94.51%-
XYZ45.7259.3492.26-
YUV183.83160.2663.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.82%
GREEN value IS 219 (85.94% from 255) = 39.60%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=16.82%
G=39.60%
B=43.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal932192410.610.0900.05188.9284.0965.49
Hex5DDBF13D905bd5441
Octal135333361751105275124101
Binary10111011101101111110001111101100101011011110110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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