#21FAE4

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

Shades of Bright Turquoise #21FAE4

Tints of Bright Turquoise #21FAE4

Color information

#21FAE4 (or 0x21FAE4) is unknown color: approx Bright Turquoise. HEX triplet: 21, FA and E4. RGB value is (33,250,228). Sum of RGB (Red+Green+Blue) = 33+250+228=511 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.46% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #21FAE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FAE4 is #DE051B. Grayscale: #B6B6B6. Windows color (decimal): -14550300 or 15006241. OLE color: 15006241.

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

Color convert

RGB33250228-
CMYK0.8700.090.02
HSL173.92º95.59%55.49%-
HSV(B)173.92º86.8%98.04%-
XYZ48.8274.385.17-
YUV182.61153.6121.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.46%
GREEN value IS 250 (98.05% from 255) = 48.92%
BLUE value IS 228 (89.45% from 255) = 44.62%
R=6.46%
G=48.92%
B=44.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal332502280.8700.090.02173.9295.5955.49
Hex21FAE457092ae6037
Octal41372344127011225614067
Binary100001111110101110010010101110100110101011101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21FAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,250,228); }

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

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

 a { background-color: rgb(33,250,228); }

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

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

 span { border-color: rgb(33,250,228); }

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