#5DEBE4

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

Shades of Turquoise Blue #5DEBE4

Tints of Turquoise Blue #5DEBE4

Color information

#5DEBE4 (or 0x5DEBE4) is unknown color: approx Turquoise Blue. HEX triplet: 5D, EB and E4. RGB value is (93,235,228). Sum of RGB (Red+Green+Blue) = 93+235+228=556 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.73% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #5DEBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEBE4 is #A2141B. Grayscale: #BFBFBF. Windows color (decimal): -10621980 or 15002461. OLE color: 15002461.

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

Color convert

RGB93235228-
CMYK0.6000.030.08
HSL177.04º78.02%64.31%-
HSV(B)177.04º60.43%92.16%-
XYZ48.2367.3583.86-
YUV191.74148.4657.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.73%
GREEN value IS 235 (92.19% from 255) = 42.27%
BLUE value IS 228 (89.45% from 255) = 41.01%
R=16.73%
G=42.27%
B=41.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal932352280.6000.030.08177.0478.0264.31
Hex5DEBE43C038b14e40
Octal135353344740310261116100
Binary1011101111010111110010011110001110001011000110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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