#45FFB0

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

Shades of Turquoise #45FFB0

Tints of Turquoise #45FFB0

Color information

#45FFB0 (or 0x45FFB0) is unknown color: approx Turquoise. HEX triplet: 45, FF and B0. RGB value is (69,255,176). Sum of RGB (Red+Green+Blue) = 69+255+176=500 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.8% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45FFB0 is #BA004F. Grayscale: #BEBEBE. Windows color (decimal): -12189776 or 11599685. OLE color: 11599685.

HSL color Cylindrical-coordinate representation of color #45FFB0: hue angle of 154.52º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FFB0 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB69255176-
CMYK0.7300.310
HSL154.52º100%63.53%-
HSV(B)154.52º72.94%100%-
XYZ46.0575.9253.3-
YUV190.38119.8841.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.8%
GREEN value IS 255 (100% from 255) = 51%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=13.8%
G=51%
B=35.2%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal692551760.7300.310154.5210063.53
Hex45FFB04901F09b6440
Octal1053772601110370233144100
Binary10001011111111110110000100100101111101001101111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45FFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,255,176); }

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

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

 a { background-color: rgb(69,255,176); }

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

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

 span { border-color: rgb(69,255,176); }

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