#45CCC8

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

Shades of Medium Turquoise #45CCC8

Tints of Medium Turquoise #45CCC8

Color information

#45CCC8 (or 0x45CCC8) is unknown color: approx Medium Turquoise. HEX triplet: 45, CC and C8. RGB value is (69,204,200). Sum of RGB (Red+Green+Blue) = 69+204+200=473 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.59% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #45CCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CCC8 is #BA3337. Grayscale: #A3A3A3. Windows color (decimal): -12202808 or 13159493. OLE color: 13159493.

HSL color Cylindrical-coordinate representation of color #45CCC8: hue angle of 178.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CCC8 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB69204200-
CMYK0.6600.020.2
HSL178.22º56.96%53.53%-
HSV(B)178.22º66.18%80%-
XYZ34.4748.6262.21-
YUV163.18148.7760.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.59%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 200 (78.52% from 255) = 42.28%
R=14.59%
G=43.13%
B=42.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal692042000.6600.020.2178.2256.9653.53
Hex45CCC8420214b23936
Octal10531431010202242627166
Binary1000101110011001100100010000100101010010110010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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