Html Css Color HEX #21CFCE Dark Turquoise

📋 copy color: '#21CFCE'

red 33 ◦ green 207 ◦ blue 206

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

Shades of Dark Turquoise #21CFCE

Tints of Dark Turquoise #21CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.41%

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 7.4%
G = 46.41%
B = 46.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#21CFCE (or 0x21CFCE) is known color: Dark Turquoise. HEX triplet: 21, CF and CE. RGB value is (33,207,206). Sum of RGB (Red+Green+Blue) = 33+207+206=446 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.40% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #21CFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFCE is #DE3031. Grayscale: #9A9A9A. Windows color (decimal): -14561330 or 13553441. OLE color: 13553441.

HSL color Cylindrical-coordinate representation of color #21CFCE: hue angle of 179.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CFCE is Cyan = 0.84, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 207 206 -
CMYK 0.84 0 0.00 0.19
HSL 179.66º 0.73% 0.47% -
HSV(B) 179.66º 0.84% 0.81% -
XYZ 34.08 49.41 66.13 -
YUV 154.86 156.85 41.08 -
System Red Green Blue C M Y K H S L
Decimal 33 207 206 0.84 0 0.00 0.19 179.66 0.73 0.47
Hex 21 CF CE 54 0 0 13 B4 48 2F
Octal 41 317 316 124 0 0 23 264 110 57
Binary 100001 11001111 11001110 1010100 0 0 10011 10110100 1001000 101111

Color Harmonies of #21CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CFCE

Black with #21CFCE

Text Example


Text Example

White with #21CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,207,206); }

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

background-color css

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

 a { background-color: rgb(33,207,206); }

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

border-color css

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

 span { border-color: rgb(33,207,206); }

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