#45F9B6

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

Shades of Turquoise #45F9B6

Tints of Turquoise #45F9B6

Color information

#45F9B6 (or 0x45F9B6) is unknown color: approx Turquoise. HEX triplet: 45, F9 and B6. RGB value is (69,249,182). Sum of RGB (Red+Green+Blue) = 69+249+182=500 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.8% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #45F9B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F9B6 is #BA0649. Grayscale: #BBBBBB. Windows color (decimal): -12191306 or 11991365. OLE color: 11991365.

HSL color Cylindrical-coordinate representation of color #45F9B6: hue angle of 157.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F9B6 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB69249182-
CMYK0.7200.270.02
HSL157.67º93.75%62.35%-
HSV(B)157.67º72.29%97.65%-
XYZ44.7772.3955.87-
YUV187.54124.8743.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.8%
GREEN value IS 249 (97.66% from 255) = 49.8%
BLUE value IS 182 (71.48% from 255) = 36.4%
R=13.8%
G=49.8%
B=36.4%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal692491820.7200.270.02157.6793.7562.35
Hex45F9B64801B29e5e3e
Octal105371266110033223613676
Binary10001011111100110110110100100001101110100111101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45F9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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