#45DEBF

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

Shades of Turquoise #45DEBF

Tints of Turquoise #45DEBF

Color information

#45DEBF (or 0x45DEBF) is unknown color: approx Turquoise. HEX triplet: 45, DE and BF. RGB value is (69,222,191). Sum of RGB (Red+Green+Blue) = 69+222+191=482 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.32% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #45DEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45DEBF is #BA2140. Grayscale: #ACACAC. Windows color (decimal): -12198209 or 12574277. OLE color: 12574277.

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

Color convert

RGB69222191-
CMYK0.6900.140.13
HSL167.84º69.86%57.06%-
HSV(B)167.84º68.92%87.06%-
XYZ37.9857.2758.34-
YUV172.72138.3154.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.32%
GREEN value IS 222 (87.11% from 255) = 46.06%
BLUE value IS 191 (75% from 255) = 39.63%
R=14.32%
G=46.06%
B=39.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal692221910.6900.140.13167.8469.8657.06
Hex45DEBF450EDa84639
Octal1053362771050161525010671
Binary100010111011110101111111000101011101101101010001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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