#5DD8FB

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

Shades of Turquoise Blue #5DD8FB

Tints of Turquoise Blue #5DD8FB

Color information

#5DD8FB (or 0x5DD8FB) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D8 and FB. RGB value is (93,216,251). Sum of RGB (Red+Green+Blue) = 93+216+251=560 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.61% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DD8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD8FB is #A22704. Grayscale: #B6B6B6. Windows color (decimal): -10626821 or 16504925. OLE color: 16504925.

HSL color Cylindrical-coordinate representation of color #5DD8FB: hue angle of 193.29º degrees, saturation: 0.95, 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 #5DD8FB is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB93216251-
CMYK0.630.1400.02
HSL193.29º95.18%67.45%-
HSV(B)193.29º62.95%98.43%-
XYZ46.4858.4100.09-
YUV183.21166.2563.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.61%
GREEN value IS 216 (84.77% from 255) = 38.57%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=16.61%
G=38.57%
B=44.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932162510.630.1400.02193.2995.1867.45
Hex5DD8FB3FE02c15f43
Octal135330373771602301137103
Binary1011101110110001111101111111111100101100000110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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