Html Css Color HEX #21D9CA Turquoise

📋 copy color: '#21D9CA'

red 33 ◦ green 217 ◦ blue 202

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

Shades of Turquoise #21D9CA

Tints of Turquoise #21D9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.01%

 BLUE value IS 202 (79.3% from 255) = 44.69%

R = 7.3%
G = 48.01%
B = 44.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#21D9CA (or 0x21D9CA) is known color: Turquoise. HEX triplet: 21, D9 and CA. RGB value is (33,217,202). Sum of RGB (Red+Green+Blue) = 33+217+202=452 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.30% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #21D9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D9CA is #DE2635. Grayscale: #A0A0A0. Windows color (decimal): -14558774 or 13293857. OLE color: 13293857.

HSL color Cylindrical-coordinate representation of color #21D9CA: hue angle of 175.11º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D9CA is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 217 202 -
CMYK 0.85 0 0.07 0.15
HSL 175.11º 0.74% 0.49% -
HSV(B) 175.11º 0.85% 0.85% -
XYZ 36.1 54.21 64.44 -
YUV 160.27 151.54 37.22 -
System Red Green Blue C M Y K H S L
Decimal 33 217 202 0.85 0 0.07 0.15 175.11 0.74 0.49
Hex 21 D9 CA 55 0 7 F AF 4A 31
Octal 41 331 312 125 0 7 17 257 112 61
Binary 100001 11011001 11001010 1010101 0 111 1111 10101111 1001010 110001

Color Harmonies of #21D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D9CA

Black with #21D9CA

Text Example


Text Example

White with #21D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,217,202); }

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

background-color css

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

 a { background-color: rgb(33,217,202); }

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

border-color css

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

 span { border-color: rgb(33,217,202); }

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