#5DD3EA

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

Shades of Turquoise Blue #5DD3EA

Tints of Turquoise Blue #5DD3EA

Color information

#5DD3EA (or 0x5DD3EA) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D3 and EA. RGB value is (93,211,234). Sum of RGB (Red+Green+Blue) = 93+211+234=538 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.29% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DD3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD3EA is #A22C15. Grayscale: #B2B2B2. Windows color (decimal): -10628118 or 15389533. OLE color: 15389533.

HSL color Cylindrical-coordinate representation of color #5DD3EA: hue angle of 189.79º 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 #5DD3EA is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93211234-
CMYK0.600.1000.08
HSL189.79º77.05%64.12%-
HSV(B)189.79º60.26%91.76%-
XYZ42.6654.8686.18-
YUV178.34159.4167.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.29%
GREEN value IS 211 (82.81% from 255) = 39.22%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=17.29%
G=39.22%
B=43.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal932112340.600.1000.08189.7977.0564.12
Hex5DD3EA3CA08be4d40
Octal1353233527412010276115100
Binary101110111010011111010101111001010010001011111010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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