#45CBC9

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

Shades of Medium Turquoise #45CBC9

Tints of Medium Turquoise #45CBC9

Color information

#45CBC9 (or 0x45CBC9) is unknown color: approx Medium Turquoise. HEX triplet: 45, CB and C9. RGB value is (69,203,201). Sum of RGB (Red+Green+Blue) = 69+203+201=473 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.59% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #45CBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CBC9 is #BA3436. Grayscale: #A2A2A2. Windows color (decimal): -12203063 or 13224773. OLE color: 13224773.

HSL color Cylindrical-coordinate representation of color #45CBC9: hue angle of 179.1º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CBC9 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB69203201-
CMYK0.6600.010.20
HSL179.1º56.3%53.33%-
HSV(B)179.1º66.01%79.61%-
XYZ34.3548.1962.75-
YUV162.71149.6161.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.59%
GREEN value IS 203 (79.69% from 255) = 42.92%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=14.59%
G=42.92%
B=42.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal692032010.6600.010.20179.156.353.33
Hex45CBC9420114b33835
Octal10531331110201242637065
Binary100010111001011110010011000010011010010110011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,203,201); }

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

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

 a { background-color: rgb(69,203,201); }

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

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

 span { border-color: rgb(69,203,201); }

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