#21F4C4

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

Shades of Turquoise #21F4C4

Tints of Turquoise #21F4C4

Color information

#21F4C4 (or 0x21F4C4) is unknown color: approx Turquoise. HEX triplet: 21, F4 and C4. RGB value is (33,244,196). Sum of RGB (Red+Green+Blue) = 33+244+196=473 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.98% from 473); Green value is 244 (95.70% from 255 or 51.59% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 244 - color contains mainly: green. Hex color #21F4C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F4C4 is #DE0B3B. Grayscale: #AFAFAF. Windows color (decimal): -14551868 or 12907553. OLE color: 12907553.

HSL color Cylindrical-coordinate representation of color #21F4C4: hue angle of 166.35º 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 #21F4C4 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB33244196-
CMYK0.8600.200.04
HSL166.35º90.56%54.31%-
HSV(B)166.35º86.48%95.69%-
XYZ42.9469.0163.28-
YUV175.44139.626.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.98%
GREEN value IS 244 (95.70% from 255) = 51.59%
BLUE value IS 196 (76.95% from 255) = 41.44%
R=6.98%
G=51.59%
B=41.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal332441960.8600.200.04166.3590.5654.31
Hex21F4C4560144a65b36
Octal41364304126024424613366
Binary10000111110100110001001010110010100100101001101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21F4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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