#45E1B6

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

Shades of Turquoise #45E1B6

Tints of Turquoise #45E1B6

Color information

#45E1B6 (or 0x45E1B6) is unknown color: approx Turquoise. HEX triplet: 45, E1 and B6. RGB value is (69,225,182). Sum of RGB (Red+Green+Blue) = 69+225+182=476 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.50% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #45E1B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E1B6 is #BA1E49. Grayscale: #ADADAD. Windows color (decimal): -12197450 or 11985221. OLE color: 11985221.

HSL color Cylindrical-coordinate representation of color #45E1B6: hue angle of 163.46º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E1B6 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB69225182-
CMYK0.6900.190.12
HSL163.46º72.22%57.65%-
HSV(B)163.46º69.33%88.24%-
XYZ37.8258.4953.55-
YUV173.45132.8253.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.50%
GREEN value IS 225 (88.28% from 255) = 47.27%
BLUE value IS 182 (71.48% from 255) = 38.24%
R=14.50%
G=47.27%
B=38.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal692251820.6900.190.12163.4672.2257.65
Hex45E1B645013Ca3483a
Octal1053412661050231424311072
Binary1000101111000011011011010001010100111100101000111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,225,182); }

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

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

 a { background-color: rgb(69,225,182); }

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

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

 span { border-color: rgb(69,225,182); }

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