#5dd8f4

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

Shades of Turquoise Blue #5DD8F4

Tints of Turquoise Blue #5DD8F4

Color information

#5DD8F4 (or 0x5DD8F4) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D8 and F4. RGB value is (93,216,244). Sum of RGB (Red+Green+Blue) = 93+216+244=553 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.82% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 244 - color contains mainly: blue. Hex color #5DD8F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD8F4 is #A2270B. Grayscale: #B6B6B6. Windows color (decimal): -10626828 or 16046173. OLE color: 16046173.

HSL color Cylindrical-coordinate representation of color #5DD8F4: hue angle of 191.13º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DD8F4 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB93216244-
CMYK0.620.1100.04
HSL191.13º87.28%66.08%-
HSV(B)191.13º61.89%95.69%-
XYZ45.457.9794.38-
YUV182.42162.7564.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.82%
GREEN value IS 216 (84.77% from 255) = 39.06%
BLUE value IS 244 (95.70% from 255) = 44.12%
R=16.82%
G=39.06%
B=44.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal932162440.620.1100.04191.1387.2866.08
Hex5DD8F43EB04bf5742
Octal135330364761304277127102
Binary10111011101100011110100111110101101001011111110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5dd8f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,216,244); }

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

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

 a { background-color: rgb(93,216,244); }

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

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

 span { border-color: rgb(93,216,244); }

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