#45DED4

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

Shades of Turquoise #45DED4

Tints of Turquoise #45DED4

Color information

#45DED4 (or 0x45DED4) is unknown color: approx Turquoise. HEX triplet: 45, DE and D4. RGB value is (69,222,212). Sum of RGB (Red+Green+Blue) = 69+222+212=503 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.72% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #45DED4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DED4 is #BA212B. Grayscale: #AEAEAE. Windows color (decimal): -12198188 or 13950533. OLE color: 13950533.

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

Color convert

RGB69222212-
CMYK0.6900.050.13
HSL176.08º69.86%57.06%-
HSV(B)176.08º68.92%87.06%-
XYZ40.4658.2671.4-
YUV175.11148.8152.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.72%
GREEN value IS 222 (87.11% from 255) = 44.14%
BLUE value IS 212 (83.20% from 255) = 42.15%
R=13.72%
G=44.14%
B=42.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal692222120.6900.050.13176.0869.8657.06
Hex45DED44505Db04639
Octal105336324105051526010671
Binary10001011101111011010100100010101011101101100001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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