#5DD1EA

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

Shades of Turquoise Blue #5DD1EA

Tints of Turquoise Blue #5DD1EA

Color information

#5DD1EA (or 0x5DD1EA) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D1 and EA. RGB value is (93,209,234). Sum of RGB (Red+Green+Blue) = 93+209+234=536 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.35% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DD1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD1EA is #A22E15. Grayscale: #B0B0B0. Windows color (decimal): -10628630 or 15389021. OLE color: 15389021.

HSL color Cylindrical-coordinate representation of color #5DD1EA: hue angle of 190.64º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DD1EA is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93209234-
CMYK0.600.1100.08
HSL190.64º77.05%64.12%-
HSV(B)190.64º60.26%91.76%-
XYZ42.1753.8786.02-
YUV177.17160.0767.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.35%
GREEN value IS 209 (82.03% from 255) = 38.99%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=17.35%
G=38.99%
B=43.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal932092340.600.1100.08190.6477.0564.12
Hex5DD1EA3CB08bf4d40
Octal1353213527413010277115100
Binary101110111010001111010101111001011010001011111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,209,234); }

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

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

 a { background-color: rgb(93,209,234); }

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

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

 span { border-color: rgb(93,209,234); }

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