Html Css Color HEX #21D4C5 Turquoise

📋 copy color: '#21D4C5'

red 33 ◦ green 212 ◦ blue 197

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

Shades of Turquoise #21D4C5

Tints of Turquoise #21D4C5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.96%

 BLUE value IS 197 (77.34% from 255) = 44.57%

R = 7.47%
G = 47.96%
B = 44.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#21D4C5 (or 0x21D4C5) is known color: Turquoise. HEX triplet: 21, D4 and C5. RGB value is (33,212,197). Sum of RGB (Red+Green+Blue) = 33+212+197=442 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.47% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #21D4C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D4C5 is #DE2B3A. Grayscale: #9C9C9C. Windows color (decimal): -14560059 or 12964897. OLE color: 12964897.

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

Color convert

RGB 33 212 197 -
CMYK 0.84 0 0.07 0.17
HSL 174.97º 0.73% 0.48% -
HSV(B) 174.97º 0.84% 0.83% -
XYZ 34.25 51.44 60.95 -
YUV 156.77 150.7 39.72 -
System Red Green Blue C M Y K H S L
Decimal 33 212 197 0.84 0 0.07 0.17 174.97 0.73 0.48
Hex 21 D4 C5 54 0 7 11 AF 49 30
Octal 41 324 305 124 0 7 21 257 111 60
Binary 100001 11010100 11000101 1010100 0 111 10001 10101111 1001001 110000

Color Harmonies of #21D4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D4C5

Black with #21D4C5

Text Example


Text Example

White with #21D4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,212,197); }

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

background-color css

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

 a { background-color: rgb(33,212,197); }

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

border-color css

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

 span { border-color: rgb(33,212,197); }

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