#5DE1EB

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

Shades of Turquoise Blue #5DE1EB

Tints of Turquoise Blue #5DE1EB

Color information

#5DE1EB (or 0x5DE1EB) is unknown color: approx Turquoise Blue. HEX triplet: 5D, E1 and EB. RGB value is (93,225,235). Sum of RGB (Red+Green+Blue) = 93+225+235=553 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.82% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DE1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DE1EB is #A21E14. Grayscale: #BABABA. Windows color (decimal): -10624533 or 15458653. OLE color: 15458653.

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

Color convert

RGB93225235-
CMYK0.600.0400.08
HSL184.23º78.02%64.31%-
HSV(B)184.23º60.43%92.16%-
XYZ46.4362.1888.15-
YUV186.67155.2761.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.82%
GREEN value IS 225 (88.28% from 255) = 40.69%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=16.82%
G=40.69%
B=42.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal932252350.600.0400.08184.2378.0264.31
Hex5DE1EB3C408b84e40
Octal135341353744010270116100
Binary10111011110000111101011111100100010001011100010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,225,235); }

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

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

 a { background-color: rgb(93,225,235); }

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

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

 span { border-color: rgb(93,225,235); }

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