#45EABE

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

Shades of Turquoise #45EABE

Tints of Turquoise #45EABE

Color information

#45EABE (or 0x45EABE) is unknown color: approx Turquoise. HEX triplet: 45, EA and BE. RGB value is (69,234,190). Sum of RGB (Red+Green+Blue) = 69+234+190=493 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.00% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #45EABE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EABE is #BA1541. Grayscale: #B3B3B3. Windows color (decimal): -12195138 or 12511813. OLE color: 12511813.

HSL color Cylindrical-coordinate representation of color #45EABE: hue angle of 164º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EABE is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB69234190-
CMYK0.7100.190.08
HSL164º79.71%59.41%-
HSV(B)164º70.51%91.76%-
XYZ41.1763.8358.87-
YUV179.65133.8449.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.00%
GREEN value IS 234 (91.80% from 255) = 47.46%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=14.00%
G=47.46%
B=38.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal692341900.7100.190.0816479.7159.41
Hex45EABE470138a4503b
Octal1053522761070231024412073
Binary1000101111010101011111010001110100111000101001001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,234,190); }

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

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

 a { background-color: rgb(69,234,190); }

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

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

 span { border-color: rgb(69,234,190); }

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