Html Css Color HEX #21E5D7 Bright Turquoise

📋 copy color: '#21E5D7'

red 33 ◦ green 229 ◦ blue 215

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

Shades of Bright Turquoise #21E5D7

Tints of Bright Turquoise #21E5D7

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.01%

 BLUE value IS 215 (84.38% from 255) = 45.07%

R = 6.92%
G = 48.01%
B = 45.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#21E5D7 (or 0x21E5D7) is known color: Bright Turquoise. HEX triplet: 21, E5 and D7. RGB value is (33,229,215). Sum of RGB (Red+Green+Blue) = 33+229+215=477 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.92% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #21E5D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E5D7 is #DE1A28. Grayscale: #A8A8A8. Windows color (decimal): -14555689 or 14148897. OLE color: 14148897.

HSL color Cylindrical-coordinate representation of color #21E5D7: hue angle of 175.71º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E5D7 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 229 215 -
CMYK 0.86 0 0.06 0.10
HSL 175.71º 0.79% 0.51% -
HSV(B) 175.71º 0.86% 0.9% -
XYZ 40.91 61.27 73.96 -
YUV 168.8 154.07 31.14 -
System Red Green Blue C M Y K H S L
Decimal 33 229 215 0.86 0 0.06 0.10 175.71 0.79 0.51
Hex 21 E5 D7 56 0 6 A B0 4F 33
Octal 41 345 327 126 0 6 12 260 117 63
Binary 100001 11100101 11010111 1010110 0 110 1010 10110000 1001111 110011

Color Harmonies of #21E5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E5D7

Black with #21E5D7

Text Example


Text Example

White with #21E5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,229,215); }

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

background-color css

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

 a { background-color: rgb(33,229,215); }

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

border-color css

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

 span { border-color: rgb(33,229,215); }

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