#21F1C6

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

Shades of Turquoise #21F1C6

Tints of Turquoise #21F1C6

Color information

#21F1C6 (or 0x21F1C6) is unknown color: approx Turquoise. HEX triplet: 21, F1 and C6. RGB value is (33,241,198). Sum of RGB (Red+Green+Blue) = 33+241+198=472 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.99% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #21F1C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F1C6 is #DE0E39. Grayscale: #ADADAD. Windows color (decimal): -14552634 or 13037857. OLE color: 13037857.

HSL color Cylindrical-coordinate representation of color #21F1C6: hue angle of 167.6º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F1C6 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB33241198-
CMYK0.8600.180.05
HSL167.6º88.14%53.73%-
HSV(B)167.6º86.31%94.51%-
XYZ42.2867.3164.19-
YUV173.91141.5927.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.99%
GREEN value IS 241 (94.53% from 255) = 51.06%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=6.99%
G=51.06%
B=41.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal332411980.8600.180.05167.688.1453.73
Hex21F1C6560125a85836
Octal41361306126022525013066
Binary10000111110001110001101010110010010101101010001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21F1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21F1C6; }

 p { color: rgb(33,241,198); }

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

<style>
 a { background-color: #21F1C6; }

 a { background-color: rgb(33,241,198); }

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

<style>
 span { border-color: #21F1C6; }

 span { border-color: rgb(33,241,198); }

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