Html Css Color HEX #21EEC9 Bright Turquoise

📋 copy color: '#21EEC9'

red 33 ◦ green 238 ◦ blue 201

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

Shades of Bright Turquoise #21EEC9

Tints of Bright Turquoise #21EEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.58%

R = 6.99%
G = 50.42%
B = 42.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#21EEC9 (or 0x21EEC9) is known color: Bright Turquoise. HEX triplet: 21, EE and C9. RGB value is (33,238,201). Sum of RGB (Red+Green+Blue) = 33+238+201=472 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.99% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #21EEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EEC9 is #DE1136. Grayscale: #ACACAC. Windows color (decimal): -14553399 or 13233697. OLE color: 13233697.

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

Color convert

RGB 33 238 201 -
CMYK 0.86 0 0.16 0.07
HSL 169.17º 0.86% 0.53% -
HSV(B) 169.17º 0.86% 0.93% -
XYZ 41.74 65.69 65.74 -
YUV 172.49 144.08 28.51 -
System Red Green Blue C M Y K H S L
Decimal 33 238 201 0.86 0 0.16 0.07 169.17 0.86 0.53
Hex 21 EE C9 56 0 10 7 A9 56 35
Octal 41 356 311 126 0 20 7 251 126 65
Binary 100001 11101110 11001001 1010110 0 10000 111 10101001 1010110 110101

Color Harmonies of #21EEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EEC9

Black with #21EEC9

Text Example


Text Example

White with #21EEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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