#21F4BB

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

Shades of Turquoise #21F4BB

Tints of Turquoise #21F4BB

Color information

#21F4BB (or 0x21F4BB) is unknown color: approx Turquoise. HEX triplet: 21, F4 and BB. RGB value is (33,244,187). Sum of RGB (Red+Green+Blue) = 33+244+187=464 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.11% from 464); Green value is 244 (95.70% from 255 or 52.59% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 244 - color contains mainly: green. Hex color #21F4BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F4BB is #DE0B44. Grayscale: #AEAEAE. Windows color (decimal): -14551877 or 12317729. OLE color: 12317729.

HSL color Cylindrical-coordinate representation of color #21F4BB: hue angle of 163.79º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F4BB is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB33244187-
CMYK0.8600.230.04
HSL163.79º90.56%54.31%-
HSV(B)163.79º86.48%95.69%-
XYZ41.9568.6158.05-
YUV174.41135.127.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.11%
GREEN value IS 244 (95.70% from 255) = 52.59%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=7.11%
G=52.59%
B=40.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal332441870.8600.230.04163.7990.5654.31
Hex21F4BB560174a45b36
Octal41364273126027424413366
Binary10000111110100101110111010110010111100101001001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21F4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,244,187); }

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

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

 a { background-color: rgb(33,244,187); }

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

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

 span { border-color: rgb(33,244,187); }

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