#21E6F2

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

Shades of Bright Turquoise #21E6F2

Tints of Bright Turquoise #21E6F2

Color information

#21E6F2 (or 0x21E6F2) is unknown color: approx Bright Turquoise. HEX triplet: 21, E6 and F2. RGB value is (33,230,242). Sum of RGB (Red+Green+Blue) = 33+230+242=505 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.53% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #21E6F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21E6F2 is #DE190D. Grayscale: #ACACAC. Windows color (decimal): -14555406 or 15918625. OLE color: 15918625.

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

Color convert

RGB33230242-
CMYK0.860.0500.05
HSL183.44º88.94%53.92%-
HSV(B)183.44º86.36%94.9%-
XYZ44.9563.3393.86-
YUV172.46167.2328.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.53%
GREEN value IS 230 (90.23% from 255) = 45.54%
BLUE value IS 242 (94.92% from 255) = 47.92%
R=6.53%
G=45.54%
B=47.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal332302420.860.0500.05183.4488.9453.92
Hex21E6F256505b75936
Octal4134636212650526713166
Binary100001111001101111001010101101010101101101111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21E6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,230,242); }

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

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

 a { background-color: rgb(33,230,242); }

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

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

 span { border-color: rgb(33,230,242); }

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