Html Css Color HEX #21E6B6 Turquoise

📋 copy color: '#21E6B6'

red 33 ◦ green 230 ◦ blue 182

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

Shades of Turquoise #21E6B6

Tints of Turquoise #21E6B6

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.69%

 BLUE value IS 182 (71.48% from 255) = 40.9%

R = 7.42%
G = 51.69%
B = 40.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#21E6B6 (or 0x21E6B6) is known color: Turquoise. HEX triplet: 21, E6 and B6. RGB value is (33,230,182). Sum of RGB (Red+Green+Blue) = 33+230+182=445 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.42% from 445); Green value is 230 (90.23% from 255 or 51.69% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 230 - color contains mainly: green. Hex color #21E6B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E6B6 is #DE1949. Grayscale: #A5A5A5. Windows color (decimal): -14555466 or 11986465. OLE color: 11986465.

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

Color convert

RGB 33 230 182 -
CMYK 0.86 0 0.21 0.10
HSL 165.38º 0.8% 0.52% -
HSV(B) 165.38º 0.86% 0.9% -
XYZ 37.37 60.29 53.92 -
YUV 165.63 137.23 33.4 -
System Red Green Blue C M Y K H S L
Decimal 33 230 182 0.86 0 0.21 0.10 165.38 0.8 0.52
Hex 21 E6 B6 56 0 15 A A5 50 34
Octal 41 346 266 126 0 25 12 245 120 64
Binary 100001 11100110 10110110 1010110 0 10101 1010 10100101 1010000 110100

Color Harmonies of #21E6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E6B6

Black with #21E6B6

Text Example


Text Example

White with #21E6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,230,182); }

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

background-color css

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

 a { background-color: rgb(33,230,182); }

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

border-color css

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

 span { border-color: rgb(33,230,182); }

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