#45c4d2

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

Shades of Medium Turquoise #45C4D2

Tints of Medium Turquoise #45C4D2

Color information

#45C4D2 (or 0x45C4D2) is unknown color: approx Medium Turquoise. HEX triplet: 45, C4 and D2. RGB value is (69,196,210). Sum of RGB (Red+Green+Blue) = 69+196+210=475 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.53% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 210 - color contains mainly: blue. Hex color #45C4D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C4D2 is #BA3B2D. Grayscale: #9F9F9F. Windows color (decimal): -12204846 or 13812805. OLE color: 13812805.

HSL color Cylindrical-coordinate representation of color #45C4D2: hue angle of 185.96º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45C4D2 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB69196210-
CMYK0.670.0700.18
HSL185.96º61.04%54.71%-
HSV(B)185.96º67.14%82.35%-
XYZ33.8345.467.95-
YUV159.62156.4263.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.53%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 210 (82.42% from 255) = 44.21%
R=14.53%
G=41.26%
B=44.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal691962100.670.0700.18185.9661.0454.71
Hex45C4D2437012ba3d37
Octal10530432210370222727567
Binary10001011100010011010010100001111101001010111010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45c4d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,196,210); }

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

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

 a { background-color: rgb(69,196,210); }

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

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

 span { border-color: rgb(69,196,210); }

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