#45FFC6

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

Shades of Turquoise #45FFC6

Tints of Turquoise #45FFC6

Color information

#45FFC6 (or 0x45FFC6) is unknown color: approx Turquoise. HEX triplet: 45, FF and C6. RGB value is (69,255,198). Sum of RGB (Red+Green+Blue) = 69+255+198=522 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.22% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FFC6 is #BA0039. Grayscale: #C0C0C0. Windows color (decimal): -12189754 or 13041477. OLE color: 13041477.

HSL color Cylindrical-coordinate representation of color #45FFC6: hue angle of 161.61º 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 #45FFC6 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB69255198-
CMYK0.7300.220
HSL161.61º100%63.53%-
HSV(B)161.61º72.94%100%-
XYZ48.4176.8665.71-
YUV192.89130.8839.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.22%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=13.22%
G=48.85%
B=37.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal692551980.7300.220161.6110063.53
Hex45FFC6490160a26440
Octal1053773061110260242144100
Binary10001011111111111000110100100101011001010001011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45FFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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