#45c8be

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

Shades of Medium Turquoise #45C8BE

Tints of Medium Turquoise #45C8BE

Color information

#45C8BE (or 0x45C8BE) is unknown color: approx Medium Turquoise. HEX triplet: 45, C8 and BE. RGB value is (69,200,190). Sum of RGB (Red+Green+Blue) = 69+200+190=459 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.03% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #45C8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C8BE is #BA3741. Grayscale: #9F9F9F. Windows color (decimal): -12203842 or 12503109. OLE color: 12503109.

HSL color Cylindrical-coordinate representation of color #45C8BE: hue angle of 175.42º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C8BE is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB69200190-
CMYK0.6600.050.22
HSL175.42º54.36%52.75%-
HSV(B)175.42º65.5%78.43%-
XYZ32.446.2955.94-
YUV159.69145.163.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.03%
GREEN value IS 200 (78.52% from 255) = 43.57%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=15.03%
G=43.57%
B=41.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal692001900.6600.050.22175.4254.3652.75
Hex45C8BE420516af3635
Octal10531027610205262576665
Binary10001011100100010111110100001001011011010101111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45c8be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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