#45DEDA

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

Shades of Turquoise #45DEDA

Tints of Turquoise #45DEDA

Color information

#45DEDA (or 0x45DEDA) is unknown color: approx Turquoise. HEX triplet: 45, DE and DA. RGB value is (69,222,218). Sum of RGB (Red+Green+Blue) = 69+222+218=509 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.56% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #45DEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DEDA is #BA2125. Grayscale: #AFAFAF. Windows color (decimal): -12198182 or 14343749. OLE color: 14343749.

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

Color convert

RGB69222218-
CMYK0.6900.020.13
HSL178.43º69.86%57.06%-
HSV(B)178.43º68.92%87.06%-
XYZ41.2358.5775.46-
YUV175.8151.8151.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.56%
GREEN value IS 222 (87.11% from 255) = 43.61%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=13.56%
G=43.61%
B=42.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal692222180.6900.020.13178.4369.8657.06
Hex45DEDA4502Db24639
Octal105336332105021526210671
Binary1000101110111101101101010001010101101101100101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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