Html Css Color HEX #21E9CE Bright Turquoise

📋 copy color: '#21E9CE'

red 33 ◦ green 233 ◦ blue 206

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

Shades of Bright Turquoise #21E9CE

Tints of Bright Turquoise #21E9CE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.36%

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 6.99%
G = 49.36%
B = 43.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#21E9CE (or 0x21E9CE) is known color: Bright Turquoise. HEX triplet: 21, E9 and CE. RGB value is (33,233,206). Sum of RGB (Red+Green+Blue) = 33+233+206=472 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.99% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #21E9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E9CE is #DE1631. Grayscale: #AAAAAA. Windows color (decimal): -14554674 or 13560097. OLE color: 13560097.

HSL color Cylindrical-coordinate representation of color #21E9CE: hue angle of 171.9º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E9CE is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 233 206 -
CMYK 0.86 0 0.12 0.09
HSL 171.9º 0.82% 0.52% -
HSV(B) 171.9º 0.86% 0.91% -
XYZ 40.91 63.06 68.41 -
YUV 170.12 148.24 30.2 -
System Red Green Blue C M Y K H S L
Decimal 33 233 206 0.86 0 0.12 0.09 171.9 0.82 0.52
Hex 21 E9 CE 56 0 C 9 AC 52 34
Octal 41 351 316 126 0 14 11 254 122 64
Binary 100001 11101001 11001110 1010110 0 1100 1001 10101100 1010010 110100

Color Harmonies of #21E9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E9CE

Black with #21E9CE

Text Example


Text Example

White with #21E9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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