#5DF0DE

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

Shades of Turquoise Blue #5DF0DE

Tints of Turquoise Blue #5DF0DE

Color information

#5DF0DE (or 0x5DF0DE) is unknown color: approx Turquoise Blue. HEX triplet: 5D, F0 and DE. RGB value is (93,240,222). Sum of RGB (Red+Green+Blue) = 93+240+222=555 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.76% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF0DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF0DE is #A20F21. Grayscale: #C1C1C1. Windows color (decimal): -10620706 or 14610525. OLE color: 14610525.

HSL color Cylindrical-coordinate representation of color #5DF0DE: hue angle of 172.65º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF0DE is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB93240222-
CMYK0.6100.080.06
HSL172.65º83.05%65.29%-
HSV(B)172.65º61.25%94.12%-
XYZ48.8669.9280.03-
YUV193.99143.855.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.76%
GREEN value IS 240 (94.14% from 255) = 43.24%
BLUE value IS 222 (87.11% from 255) = 40%
R=16.76%
G=43.24%
B=40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal932402220.6100.080.06172.6583.0565.29
Hex5DF0DE3D086ad5341
Octal135360336750106255123101
Binary10111011111000011011110111101010001101010110110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,240,222); }

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

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

 a { background-color: rgb(93,240,222); }

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

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

 span { border-color: rgb(93,240,222); }

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