#5DE8EA

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

Shades of Turquoise Blue #5DE8EA

Tints of Turquoise Blue #5DE8EA

Color information

#5DE8EA (or 0x5DE8EA) is unknown color: approx Turquoise Blue. HEX triplet: 5D, E8 and EA. RGB value is (93,232,234). Sum of RGB (Red+Green+Blue) = 93+232+234=559 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.64% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DE8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DE8EA is #A21715. Grayscale: #BEBEBE. Windows color (decimal): -10622742 or 15394909. OLE color: 15394909.

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

Color convert

RGB93232234-
CMYK0.600.0100.08
HSL180.85º77.05%64.12%-
HSV(B)180.85º60.26%91.76%-
XYZ48.2265.9888.04-
YUV190.67152.4558.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.64%
GREEN value IS 232 (91.02% from 255) = 41.50%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=16.64%
G=41.50%
B=41.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal932322340.600.0100.08180.8577.0564.12
Hex5DE8EA3C108b54d40
Octal135350352741010265115100
Binary101110111101000111010101111001010001011010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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