#45CFB4

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

Shades of Medium Turquoise #45CFB4

Tints of Medium Turquoise #45CFB4

Color information

#45CFB4 (or 0x45CFB4) is unknown color: approx Medium Turquoise. HEX triplet: 45, CF and B4. RGB value is (69,207,180). Sum of RGB (Red+Green+Blue) = 69+207+180=456 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.13% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #45CFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CFB4 is #BA304B. Grayscale: #A2A2A2. Windows color (decimal): -12202060 or 11849541. OLE color: 11849541.

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

Color convert

RGB69207180-
CMYK0.6700.130.19
HSL168.26º58.97%54.12%-
HSV(B)168.26º66.67%81.18%-
XYZ33.0149.1950.93-
YUV162.66137.7861.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.13%
GREEN value IS 207 (81.25% from 255) = 45.39%
BLUE value IS 180 (70.70% from 255) = 39.47%
R=15.13%
G=45.39%
B=39.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal692071800.6700.130.19168.2658.9754.12
Hex45CFB4430D13a83b36
Octal105317264103015232507366
Binary100010111001111101101001000011011011001110101000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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