Html Css Color HEX #21EED2 Bright Turquoise

📋 copy color: '#21EED2'

red 33 ◦ green 238 ◦ blue 210

#21EED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #21EED2

Tints of Bright Turquoise #21EED2

RGB

 RED value IS 33 (13.28% from 255) = 6.86%

 GREEN value IS 238 (93.36% from 255) = 49.48%

 BLUE value IS 210 (82.42% from 255) = 43.66%

R = 6.86%
G = 49.48%
B = 43.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#21EED2 (or 0x21EED2) is known color: Bright Turquoise. HEX triplet: 21, EE and D2. RGB value is (33,238,210). Sum of RGB (Red+Green+Blue) = 33+238+210=481 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.86% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #21EED2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EED2 is #DE112D. Grayscale: #ADADAD. Windows color (decimal): -14553390 or 13823521. OLE color: 13823521.

HSL color Cylindrical-coordinate representation of color #21EED2: hue angle of 171.8º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EED2 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 238 210 -
CMYK 0.86 0 0.12 0.07
HSL 171.8º 0.86% 0.53% -
HSV(B) 171.8º 0.86% 0.93% -
XYZ 42.83 66.13 71.48 -
YUV 173.51 148.58 27.78 -
System Red Green Blue C M Y K H S L
Decimal 33 238 210 0.86 0 0.12 0.07 171.8 0.86 0.53
Hex 21 EE D2 56 0 C 7 AC 56 35
Octal 41 356 322 126 0 14 7 254 126 65
Binary 100001 11101110 11010010 1010110 0 1100 111 10101100 1010110 110101

Color Harmonies of #21EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EED2

Black with #21EED2

Text Example


Text Example

White with #21EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21EED2;
 }
 .AnyTagClassName
 {
   color: #21EED2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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