#21EEF4

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

Shades of Bright Turquoise #21EEF4

Tints of Bright Turquoise #21EEF4

Color information

#21EEF4 (or 0x21EEF4) is unknown color: approx Bright Turquoise. HEX triplet: 21, EE and F4. RGB value is (33,238,244). Sum of RGB (Red+Green+Blue) = 33+238+244=515 (68% of max value = 765). Red value is 33 (13.28% from 255 or 6.41% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 244 (95.70% from 255 or 47.38% from 515); Max value from RGB is 244 - color contains mainly: blue. Hex color #21EEF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EEF4 is #DE110B. Grayscale: #B1B1B1. Windows color (decimal): -14553356 or 16051745. OLE color: 16051745.

HSL color Cylindrical-coordinate representation of color #21EEF4: hue angle of 181.71º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EEF4 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB33238244-
CMYK0.860.0200.04
HSL181.71º90.56%54.31%-
HSV(B)181.71º86.48%95.69%-
XYZ47.536896.21-
YUV177.39165.5825.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.41%
GREEN value IS 238 (93.36% from 255) = 46.21%
BLUE value IS 244 (95.70% from 255) = 47.38%
R=6.41%
G=46.21%
B=47.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal332382440.860.0200.04181.7190.5654.31
Hex21EEF456204b65b36
Octal4135636412620426613366
Binary10000111101110111101001010110100100101101101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21EEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,238,244); }

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

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

 a { background-color: rgb(33,238,244); }

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

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

 span { border-color: rgb(33,238,244); }

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