#45CCCE

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

Shades of Medium Turquoise #45CCCE

Tints of Medium Turquoise #45CCCE

Color information

#45CCCE (or 0x45CCCE) is unknown color: approx Medium Turquoise. HEX triplet: 45, CC and CE. RGB value is (69,204,206). Sum of RGB (Red+Green+Blue) = 69+204+206=479 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.41% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #45CCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CCCE is #BA3331. Grayscale: #A3A3A3. Windows color (decimal): -12202802 or 13552709. OLE color: 13552709.

HSL color Cylindrical-coordinate representation of color #45CCCE: hue angle of 180.88º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CCCE is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB69204206-
CMYK0.670.0100.19
HSL180.88º58.3%53.92%-
HSV(B)180.88º66.5%80.78%-
XYZ35.1948.9165.98-
YUV163.86151.7760.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.41%
GREEN value IS 204 (80.08% from 255) = 42.59%
BLUE value IS 206 (80.86% from 255) = 43.01%
R=14.41%
G=42.59%
B=43.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal692042060.670.0100.19180.8858.353.92
Hex45CCCE431013b53a36
Octal10531431610310232657266
Binary100010111001100110011101000011101001110110101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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