#45CABE

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

Shades of Medium Turquoise #45CABE

Tints of Medium Turquoise #45CABE

Color information

#45CABE (or 0x45CABE) is unknown color: approx Medium Turquoise. HEX triplet: 45, CA and BE. RGB value is (69,202,190). Sum of RGB (Red+Green+Blue) = 69+202+190=461 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.97% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #45CABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CABE is #BA3541. Grayscale: #A0A0A0. Windows color (decimal): -12203330 or 12503621. OLE color: 12503621.

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

Color convert

RGB69202190-
CMYK0.6600.060.21
HSL174.59º55.65%53.14%-
HSV(B)174.59º65.84%79.22%-
XYZ32.8747.2256.1-
YUV160.86144.4462.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.97%
GREEN value IS 202 (79.30% from 255) = 43.82%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=14.97%
G=43.82%
B=41.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal692021900.6600.060.21174.5955.6553.14
Hex45CABE420615af3835
Octal10531227610206252577065
Binary10001011100101010111110100001001101010110101111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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