Html Css Color HEX #21D6BC Turquoise

📋 copy color: '#21D6BC'

red 33 ◦ green 214 ◦ blue 188

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

Shades of Turquoise #21D6BC

Tints of Turquoise #21D6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 7.59%
G = 49.2%
B = 43.22%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#21D6BC (or 0x21D6BC) is known color: Turquoise. HEX triplet: 21, D6 and BC. RGB value is (33,214,188). Sum of RGB (Red+Green+Blue) = 33+214+188=435 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.59% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #21D6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D6BC is #DE2943. Grayscale: #9C9C9C. Windows color (decimal): -14559556 or 12375585. OLE color: 12375585.

HSL color Cylindrical-coordinate representation of color #21D6BC: hue angle of 171.38º 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 #21D6BC is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 214 188 -
CMYK 0.85 0 0.12 0.16
HSL 171.38º 0.73% 0.48% -
HSV(B) 171.38º 0.85% 0.84% -
XYZ 33.75 52.05 55.84 -
YUV 156.92 145.53 39.61 -
System Red Green Blue C M Y K H S L
Decimal 33 214 188 0.85 0 0.12 0.16 171.38 0.73 0.48
Hex 21 D6 BC 55 0 C 10 AB 49 30
Octal 41 326 274 125 0 14 20 253 111 60
Binary 100001 11010110 10111100 1010101 0 1100 10000 10101011 1001001 110000

Color Harmonies of #21D6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D6BC

Black with #21D6BC

Text Example


Text Example

White with #21D6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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