#21E1F1

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

Shades of Bright Turquoise #21E1F1

Tints of Bright Turquoise #21E1F1

Color information

#21E1F1 (or 0x21E1F1) is unknown color: approx Bright Turquoise. HEX triplet: 21, E1 and F1. RGB value is (33,225,241). Sum of RGB (Red+Green+Blue) = 33+225+241=499 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.61% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #21E1F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21E1F1 is #DE1E0E. Grayscale: #A9A9A9. Windows color (decimal): -14556687 or 15851809. OLE color: 15851809.

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

Color convert

RGB33225241-
CMYK0.860.0700.05
HSL184.62º88.14%53.73%-
HSV(B)184.62º86.31%94.51%-
XYZ43.4360.5292.61-
YUV169.42168.3930.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.61%
GREEN value IS 225 (88.28% from 255) = 45.09%
BLUE value IS 241 (94.53% from 255) = 48.30%
R=6.61%
G=45.09%
B=48.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal332252410.860.0700.05184.6288.1453.73
Hex21E1F156705b95836
Octal4134136112670527113066
Binary100001111000011111000110101101110101101110011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21E1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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