#45CFCE

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

Shades of Medium Turquoise #45CFCE

Tints of Medium Turquoise #45CFCE

Color information

#45CFCE (or 0x45CFCE) is unknown color: approx Medium Turquoise. HEX triplet: 45, CF and CE. RGB value is (69,207,206). Sum of RGB (Red+Green+Blue) = 69+207+206=482 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.32% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #45CFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CFCE is #BA3031. Grayscale: #A5A5A5. Windows color (decimal): -12202034 or 13553477. OLE color: 13553477.

HSL color Cylindrical-coordinate representation of color #45CFCE: hue angle of 179.57º degrees, saturation: 0.59, 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 #45CFCE is Cyan = 0.67, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB69207206-
CMYK0.6700.000.19
HSL179.57º58.97%54.12%-
HSV(B)179.57º66.67%81.18%-
XYZ35.9150.3566.22-
YUV165.62150.7859.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.32%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=14.32%
G=42.95%
B=42.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal692072060.6700.000.19179.5758.9754.12
Hex45CFCE430013b43b36
Octal10531731610300232647366
Binary100010111001111110011101000011001001110110100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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