#22F6C1

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

Shades of Turquoise #22F6C1

Tints of Turquoise #22F6C1

Color information

#22F6C1 (or 0x22F6C1) is unknown color: approx Turquoise. HEX triplet: 22, F6 and C1. RGB value is (34,246,193). Sum of RGB (Red+Green+Blue) = 34+246+193=473 (62% of max value = 765). Red value is 34 (13.67% from 255 or 7.19% from 473); Green value is 246 (96.48% from 255 or 52.01% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 246 - color contains mainly: green. Hex color #22F6C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22F6C1 is #DD093E. Grayscale: #B0B0B0. Windows color (decimal): -14485823 or 12711458. OLE color: 12711458.

HSL color Cylindrical-coordinate representation of color #22F6C1: hue angle of 165º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22F6C1 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB34246193-
CMYK0.8600.220.04
HSL165º92.17%54.9%-
HSV(B)165º86.18%96.47%-
XYZ43.2470.161.7-
YUV176.57137.2626.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.19%
GREEN value IS 246 (96.48% from 255) = 52.01%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=7.19%
G=52.01%
B=40.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal342461930.8600.220.0416592.1754.9
Hex22F6C1560164a55c37
Octal42366301126026424513467
Binary10001011110110110000011010110010110100101001011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22F6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22F6C1; }

 p { color: rgb(34,246,193); }

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

<style>
 a { background-color: #22F6C1; }

 a { background-color: rgb(34,246,193); }

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

<style>
 span { border-color: #22F6C1; }

 span { border-color: rgb(34,246,193); }

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