#5DECD3

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

Shades of Turquoise #5DECD3

Tints of Turquoise #5DECD3

Color information

#5DECD3 (or 0x5DECD3) is unknown color: approx Turquoise. HEX triplet: 5D, EC and D3. RGB value is (93,236,211). Sum of RGB (Red+Green+Blue) = 93+236+211=540 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.22% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECD3 is #A2132C. Grayscale: #BEBEBE. Windows color (decimal): -10621741 or 13888605. OLE color: 13888605.

HSL color Cylindrical-coordinate representation of color #5DECD3: hue angle of 169.51º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DECD3 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB93236211-
CMYK0.6100.110.07
HSL169.51º79.01%64.51%-
HSV(B)169.51º60.59%92.55%-
XYZ46.2767.0272.13-
YUV190.39139.6258.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.22%
GREEN value IS 236 (92.58% from 255) = 43.70%
BLUE value IS 211 (82.81% from 255) = 39.07%
R=17.22%
G=43.70%
B=39.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal932362110.6100.110.07169.5179.0164.51
Hex5DECD33D0B7aa4f41
Octal135354323750137252117101
Binary10111011110110011010011111101010111111010101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DECD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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