#45D0DB

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

Shades of Medium Turquoise #45D0DB

Tints of Medium Turquoise #45D0DB

Color information

#45D0DB (or 0x45D0DB) is unknown color: approx Medium Turquoise. HEX triplet: 45, D0 and DB. RGB value is (69,208,219). Sum of RGB (Red+Green+Blue) = 69+208+219=496 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.91% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #45D0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D0DB is #BA2F24. Grayscale: #A7A7A7. Windows color (decimal): -12201765 or 14405701. OLE color: 14405701.

HSL color Cylindrical-coordinate representation of color #45D0DB: hue angle of 184.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D0DB is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB69208219-
CMYK0.680.0500.14
HSL184.4º67.57%56.47%-
HSV(B)184.4º68.49%85.88%-
XYZ37.851.4974.96-
YUV167.69156.9557.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.91%
GREEN value IS 208 (81.64% from 255) = 41.94%
BLUE value IS 219 (85.94% from 255) = 44.15%
R=13.91%
G=41.94%
B=44.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal692082190.680.0500.14184.467.5756.47
Hex45D0DB4450Eb84438
Octal105320333104501627010470
Binary10001011101000011011011100010010101110101110001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,208,219); }

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

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

 a { background-color: rgb(69,208,219); }

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

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

 span { border-color: rgb(69,208,219); }

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