#45DDCC

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

Shades of Turquoise #45DDCC

Tints of Turquoise #45DDCC

Color information

#45DDCC (or 0x45DDCC) is unknown color: approx Turquoise. HEX triplet: 45, DD and CC. RGB value is (69,221,204). Sum of RGB (Red+Green+Blue) = 69+221+204=494 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.97% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #45DDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DDCC is #BA2233. Grayscale: #ADADAD. Windows color (decimal): -12198452 or 13425989. OLE color: 13425989.

HSL color Cylindrical-coordinate representation of color #45DDCC: hue angle of 173.29º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DDCC is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB69221204-
CMYK0.6900.080.13
HSL173.29º69.09%56.86%-
HSV(B)173.29º68.78%86.67%-
XYZ39.2157.3466.13-
YUV173.61145.1453.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.97%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=13.97%
G=44.74%
B=41.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal692212040.6900.080.13173.2969.0956.86
Hex45DDCC4508Dad4539
Octal1053353141050101525510571
Binary100010111011101110011001000101010001101101011011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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