Html Css Color HEX #21ECD7 Bright Turquoise

📋 copy color: '#21ECD7'

red 33 ◦ green 236 ◦ blue 215

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

Shades of Bright Turquoise #21ECD7

Tints of Bright Turquoise #21ECD7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.76%

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

R = 6.82%
G = 48.76%
B = 44.42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#21ECD7 (or 0x21ECD7) is known color: Bright Turquoise. HEX triplet: 21, EC and D7. RGB value is (33,236,215). Sum of RGB (Red+Green+Blue) = 33+236+215=484 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.82% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #21ECD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21ECD7 is #DE1328. Grayscale: #ACACAC. Windows color (decimal): -14553897 or 14150689. OLE color: 14150689.

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

Color convert

RGB 33 236 215 -
CMYK 0.86 0 0.09 0.07
HSL 173.79º 0.84% 0.53% -
HSV(B) 173.79º 0.86% 0.93% -
XYZ 42.89 65.22 74.62 -
YUV 172.91 151.75 28.21 -
System Red Green Blue C M Y K H S L
Decimal 33 236 215 0.86 0 0.09 0.07 173.79 0.84 0.53
Hex 21 EC D7 56 0 9 7 AE 54 35
Octal 41 354 327 126 0 11 7 256 124 65
Binary 100001 11101100 11010111 1010110 0 1001 111 10101110 1010100 110101

Color Harmonies of #21ECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ECD7

Black with #21ECD7

Text Example


Text Example

White with #21ECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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