#45E8C6

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

Shades of Turquoise #45E8C6

Tints of Turquoise #45E8C6

Color information

#45E8C6 (or 0x45E8C6) is unknown color: approx Turquoise. HEX triplet: 45, E8 and C6. RGB value is (69,232,198). Sum of RGB (Red+Green+Blue) = 69+232+198=499 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.83% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #45E8C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45E8C6 is #BA1739. Grayscale: #B3B3B3. Windows color (decimal): -12195642 or 13035589. OLE color: 13035589.

HSL color Cylindrical-coordinate representation of color #45E8C6: hue angle of 167.48º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E8C6 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB69232198-
CMYK0.7000.150.09
HSL167.48º77.99%59.02%-
HSV(B)167.48º70.26%90.98%-
XYZ41.563.0663.41-
YUV179.39138.549.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.83%
GREEN value IS 232 (91.02% from 255) = 46.49%
BLUE value IS 198 (77.73% from 255) = 39.68%
R=13.83%
G=46.49%
B=39.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal692321980.7000.150.09167.4877.9959.02
Hex45E8C6460F9a74e3b
Octal1053503061060171124711673
Binary100010111101000110001101000110011111001101001111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,232,198); }

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

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

 a { background-color: rgb(69,232,198); }

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

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

 span { border-color: rgb(69,232,198); }

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