#45CCDD

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

Shades of Medium Turquoise #45CCDD

Tints of Medium Turquoise #45CCDD

Color information

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

HSL color Cylindrical-coordinate representation of color #45CCDD: hue angle of 186.71º 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 #45CCDD is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB69204221-
CMYK0.690.0800.13
HSL186.71º69.09%56.86%-
HSV(B)186.71º68.78%86.67%-
XYZ37.149.6776.04-
YUV165.57159.2759.12-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal692042210.690.0800.13186.7169.0956.86
Hex45CCDD4580Dbb4539
Octal1053143351051001527310571
Binary100010111001100110111011000101100001101101110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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