#45D8DE

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

Shades of Medium Turquoise #45D8DE

Tints of Medium Turquoise #45D8DE

Color information

#45D8DE (or 0x45D8DE) is unknown color: approx Medium Turquoise. HEX triplet: 45, D8 and DE. RGB value is (69,216,222). Sum of RGB (Red+Green+Blue) = 69+216+222=507 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.61% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #45D8DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D8DE is #BA2721. Grayscale: #ACACAC. Windows color (decimal): -12199714 or 14604357. OLE color: 14604357.

HSL color Cylindrical-coordinate representation of color #45D8DE: hue angle of 182.35º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45D8DE is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB69216222-
CMYK0.690.0300.13
HSL182.35º69.86%57.06%-
HSV(B)182.35º68.92%87.06%-
XYZ40.1955.6577.73-
YUV172.73155.854.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.61%
GREEN value IS 216 (84.77% from 255) = 42.60%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=13.61%
G=42.60%
B=43.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal692162220.690.0300.13182.3569.8657.06
Hex45D8DE4530Db64639
Octal105330336105301526610671
Binary1000101110110001101111010001011101101101101101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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