#21F6E0

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

Shades of Bright Turquoise #21F6E0

Tints of Bright Turquoise #21F6E0

Color information

#21F6E0 (or 0x21F6E0) is unknown color: approx Bright Turquoise. HEX triplet: 21, F6 and E0. RGB value is (33,246,224). Sum of RGB (Red+Green+Blue) = 33+246+224=503 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.56% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #21F6E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F6E0 is #DE091F. Grayscale: #B3B3B3. Windows color (decimal): -14551328 or 14743073. OLE color: 14743073.

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

Color convert

RGB33246224-
CMYK0.8700.090.04
HSL173.8º92.21%54.71%-
HSV(B)173.8º86.59%96.47%-
XYZ47.0471.6281.87-
YUV179.8152.9323.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.56%
GREEN value IS 246 (96.48% from 255) = 48.91%
BLUE value IS 224 (87.89% from 255) = 44.53%
R=6.56%
G=48.91%
B=44.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal332462240.8700.090.04173.892.2154.71
Hex21F6E057094ae5c37
Octal41366340127011425613467
Binary1000011111011011100000101011101001100101011101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21F6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,246,224); }

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

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

 a { background-color: rgb(33,246,224); }

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

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

 span { border-color: rgb(33,246,224); }

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