Html Css Color HEX #21D6BA Turquoise

📋 copy color: '#21D6BA'

red 33 ◦ green 214 ◦ blue 186

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

Shades of Turquoise #21D6BA

Tints of Turquoise #21D6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.42%

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 7.62%
G = 49.42%
B = 42.96%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#21D6BA (or 0x21D6BA) is known color: Turquoise. HEX triplet: 21, D6 and BA. RGB value is (33,214,186). Sum of RGB (Red+Green+Blue) = 33+214+186=433 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.62% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #21D6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D6BA is #DE2945. Grayscale: #9C9C9C. Windows color (decimal): -14559558 or 12244513. OLE color: 12244513.

HSL color Cylindrical-coordinate representation of color #21D6BA: hue angle of 170.72º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D6BA is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 214 186 -
CMYK 0.85 0 0.13 0.16
HSL 170.72º 0.73% 0.48% -
HSV(B) 170.72º 0.85% 0.84% -
XYZ 33.54 51.96 54.72 -
YUV 156.69 144.53 39.78 -
System Red Green Blue C M Y K H S L
Decimal 33 214 186 0.85 0 0.13 0.16 170.72 0.73 0.48
Hex 21 D6 BA 55 0 D 10 AB 49 30
Octal 41 326 272 125 0 15 20 253 111 60
Binary 100001 11010110 10111010 1010101 0 1101 10000 10101011 1001001 110000

Color Harmonies of #21D6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D6BA

Black with #21D6BA

Text Example


Text Example

White with #21D6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,214,186); }

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

background-color css

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

 a { background-color: rgb(33,214,186); }

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

border-color css

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

 span { border-color: rgb(33,214,186); }

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