#45CCBA

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

Shades of Medium Turquoise #45CCBA

Tints of Medium Turquoise #45CCBA

Color information

#45CCBA (or 0x45CCBA) is unknown color: approx Medium Turquoise. HEX triplet: 45, CC and BA. RGB value is (69,204,186). Sum of RGB (Red+Green+Blue) = 69+204+186=459 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.03% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #45CCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CCBA is #BA3345. Grayscale: #A1A1A1. Windows color (decimal): -12202822 or 12241989. OLE color: 12241989.

HSL color Cylindrical-coordinate representation of color #45CCBA: hue angle of 172º 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 #45CCBA is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB69204186-
CMYK0.6600.090.2
HSL172º56.96%53.53%-
HSV(B)172º66.18%80%-
XYZ32.914853.98-
YUV161.58141.7761.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.03%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=15.03%
G=44.44%
B=40.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal692041860.6600.090.217256.9653.53
Hex45CCBA420914ac3936
Octal105314272102011242547166
Binary100010111001100101110101000010010011010010101100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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