Html Css Color HEX #21C7DA Dark Turquoise

📋 copy color: '#21C7DA'

red 33 ◦ green 199 ◦ blue 218

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

Shades of Dark Turquoise #21C7DA

Tints of Dark Turquoise #21C7DA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.22%

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 7.33%
G = 44.22%
B = 48.44%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#21C7DA (or 0x21C7DA) is known color: Dark Turquoise. HEX triplet: 21, C7 and DA. RGB value is (33,199,218). Sum of RGB (Red+Green+Blue) = 33+199+218=450 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.33% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #21C7DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C7DA is #DE3825. Grayscale: #979797. Windows color (decimal): -14563366 or 14337825. OLE color: 14337825.

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

Color convert

RGB 33 199 218 -
CMYK 0.85 0.09 0 0.15
HSL 186.16º 0.74% 0.49% -
HSV(B) 186.16º 0.85% 0.85% -
XYZ 33.71 46.23 73.48 -
YUV 151.53 165.5 43.46 -
System Red Green Blue C M Y K H S L
Decimal 33 199 218 0.85 0.09 0 0.15 186.16 0.74 0.49
Hex 21 C7 DA 55 9 0 F BA 4A 31
Octal 41 307 332 125 11 0 17 272 112 61
Binary 100001 11000111 11011010 1010101 1001 0 1111 10111010 1001010 110001

Color Harmonies of #21C7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C7DA

Black with #21C7DA

Text Example


Text Example

White with #21C7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,199,218); }

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

background-color css

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

 a { background-color: rgb(33,199,218); }

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

border-color css

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

 span { border-color: rgb(33,199,218); }

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