Html Css Color HEX #21FEE9 Bright Turquoise

📋 copy color: '#21FEE9'

red 33 ◦ green 254 ◦ blue 233

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

Shades of Bright Turquoise #21FEE9

Tints of Bright Turquoise #21FEE9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.85%

 BLUE value IS 233 (91.41% from 255) = 44.81%

R = 6.35%
G = 48.85%
B = 44.81%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#21FEE9 (or 0x21FEE9) is known color: Bright Turquoise. HEX triplet: 21, FE and E9. RGB value is (33,254,233). Sum of RGB (Red+Green+Blue) = 33+254+233=520 (68% of max value = 765). Red value is 33 (13.28% from 255 or 6.35% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #21FEE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21FEE9 is #DE0116. Grayscale: #B9B9B9. Windows color (decimal): -14549271 or 15334945. OLE color: 15334945.

HSL color Cylindrical-coordinate representation of color #21FEE9: hue angle of 174.3º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FEE9 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 33 254 233 -
CMYK 0.87 0 0.08 0.00
HSL 174.3º 0.99% 0.56% -
HSV(B) 174.3º 0.87% 1% -
XYZ 50.78 77.09 89.29 -
YUV 185.53 154.78 19.21 -
System Red Green Blue C M Y K H S L
Decimal 33 254 233 0.87 0 0.08 0.00 174.3 0.99 0.56
Hex 21 FE E9 57 0 8 0 AE 63 38
Octal 41 376 351 127 0 10 0 256 143 70
Binary 100001 11111110 11101001 1010111 0 1000 0 10101110 1100011 111000

Color Harmonies of #21FEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21FEE9

Black with #21FEE9

Text Example


Text Example

White with #21FEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,254,233); }

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

background-color css

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

 a { background-color: rgb(33,254,233); }

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

border-color css

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

 span { border-color: rgb(33,254,233); }

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