#21EFF5

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

Shades of Bright Turquoise #21EFF5

Tints of Bright Turquoise #21EFF5

Color information

#21EFF5 (or 0x21EFF5) is unknown color: approx Bright Turquoise. HEX triplet: 21, EF and F5. RGB value is (33,239,245). Sum of RGB (Red+Green+Blue) = 33+239+245=517 (68% of max value = 765). Red value is 33 (13.28% from 255 or 6.38% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #21EFF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EFF5 is #DE100A. Grayscale: #B1B1B1. Windows color (decimal): -14553099 or 16117537. OLE color: 16117537.

HSL color Cylindrical-coordinate representation of color #21EFF5: hue angle of 181.7º degrees, saturation: 0.91, 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 #21EFF5 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB33239245-
CMYK0.870.0200.04
HSL181.7º91.38%54.51%-
HSV(B)181.7º86.53%96.08%-
XYZ47.9868.6597.11-
YUV178.09165.7524.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.38%
GREEN value IS 239 (93.75% from 255) = 46.23%
BLUE value IS 245 (96.09% from 255) = 47.39%
R=6.38%
G=46.23%
B=47.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal332392450.870.0200.04181.791.3854.51
Hex21EFF557204b65b37
Octal4135736512720426613367
Binary10000111101111111101011010111100100101101101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21EFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,239,245); }

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

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

 a { background-color: rgb(33,239,245); }

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

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

 span { border-color: rgb(33,239,245); }

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