#45ecdd

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

Shades of Turquoise #45ECDD

Tints of Turquoise #45ECDD

Color information

#45ECDD (or 0x45ECDD) is unknown color: approx Turquoise. HEX triplet: 45, EC and DD. RGB value is (69,236,221). Sum of RGB (Red+Green+Blue) = 69+236+221=526 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.12% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #45ECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45ECDD is #BA1322. Grayscale: #B8B8B8. Windows color (decimal): -12194595 or 14543941. OLE color: 14543941.

HSL color Cylindrical-coordinate representation of color #45ECDD: hue angle of 174.61º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45ECDD is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB69236221-
CMYK0.7100.060.07
HSL174.61º81.46%59.8%-
HSV(B)174.61º70.76%92.55%-
XYZ45.566.4878.84-
YUV184.36148.6745.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.12%
GREEN value IS 236 (92.58% from 255) = 44.87%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=13.12%
G=44.87%
B=42.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal692362210.7100.060.07174.6181.4659.8
Hex45ECDD47067af513c
Octal10535433510706725712174
Binary1000101111011001101110110001110110111101011111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45ecdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45ecdd; }

 p { color: rgb(69,236,221); }

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

<style>
 a { background-color: #45ecdd; }

 a { background-color: rgb(69,236,221); }

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

<style>
 span { border-color: #45ecdd; }

 span { border-color: rgb(69,236,221); }

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