#5DD9FD

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

Shades of Turquoise Blue #5DD9FD

Tints of Turquoise Blue #5DD9FD

Color information

#5DD9FD (or 0x5DD9FD) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D9 and FD. RGB value is (93,217,253). Sum of RGB (Red+Green+Blue) = 93+217+253=563 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.52% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DD9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD9FD is #A22602. Grayscale: #B7B7B7. Windows color (decimal): -10626563 or 16636253. OLE color: 16636253.

HSL color Cylindrical-coordinate representation of color #5DD9FD: hue angle of 193.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DD9FD is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB93217253-
CMYK0.630.1400.01
HSL193.5º97.56%67.84%-
HSV(B)193.5º63.24%99.22%-
XYZ47.0659.04101.85-
YUV184.03166.9263.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.52%
GREEN value IS 217 (85.16% from 255) = 38.54%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=16.52%
G=38.54%
B=44.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal932172530.630.1400.01193.597.5667.84
Hex5DD9FD3FE01c26244
Octal135331375771601302142104
Binary101110111011001111111011111111110011100001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,217,253); }

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

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

 a { background-color: rgb(93,217,253); }

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

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

 span { border-color: rgb(93,217,253); }

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