#45D8D6

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

Shades of Medium Turquoise #45D8D6

Tints of Medium Turquoise #45D8D6

Color information

#45D8D6 (or 0x45D8D6) is unknown color: approx Medium Turquoise. HEX triplet: 45, D8 and D6. RGB value is (69,216,214). Sum of RGB (Red+Green+Blue) = 69+216+214=499 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.83% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #45D8D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D8D6 is #BA2729. Grayscale: #ABABAB. Windows color (decimal): -12199722 or 14080069. OLE color: 14080069.

HSL color Cylindrical-coordinate representation of color #45D8D6: hue angle of 179.18º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D8D6 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB69216214-
CMYK0.6800.010.15
HSL179.18º65.33%55.88%-
HSV(B)179.18º68.06%84.71%-
XYZ39.1555.2372.22-
YUV171.82151.854.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.83%
GREEN value IS 216 (84.77% from 255) = 43.29%
BLUE value IS 214 (83.98% from 255) = 42.89%
R=13.83%
G=43.29%
B=42.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal692162140.6800.010.15179.1865.3355.88
Hex45D8D64401Fb34138
Octal105330326104011726310170
Binary100010111011000110101101000100011111101100111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,216,214); }

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

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

 a { background-color: rgb(69,216,214); }

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

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

 span { border-color: rgb(69,216,214); }

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