#45EAC4

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

Shades of Turquoise #45EAC4

Tints of Turquoise #45EAC4

Color information

#45EAC4 (or 0x45EAC4) is unknown color: approx Turquoise. HEX triplet: 45, EA and C4. RGB value is (69,234,196). Sum of RGB (Red+Green+Blue) = 69+234+196=499 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.83% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #45EAC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45EAC4 is #BA153B. Grayscale: #B4B4B4. Windows color (decimal): -12195132 or 12905029. OLE color: 12905029.

HSL color Cylindrical-coordinate representation of color #45EAC4: hue angle of 166.18º 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 #45EAC4 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB69234196-
CMYK0.7100.160.08
HSL166.18º79.71%59.41%-
HSV(B)166.18º70.51%91.76%-
XYZ41.8464.162.39-
YUV180.33136.8448.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.83%
GREEN value IS 234 (91.80% from 255) = 46.89%
BLUE value IS 196 (76.95% from 255) = 39.28%
R=13.83%
G=46.89%
B=39.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal692341960.7100.160.08166.1879.7159.41
Hex45EAC4470108a6503b
Octal1053523041070201024612073
Binary1000101111010101100010010001110100001000101001101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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