Html Css Color HEX #21CFD6 Dark Turquoise

📋 copy color: '#21CFD6'

red 33 ◦ green 207 ◦ blue 214

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

Shades of Dark Turquoise #21CFD6

Tints of Dark Turquoise #21CFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.14%

R = 7.27%
G = 45.59%
B = 47.14%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#21CFD6 (or 0x21CFD6) is known color: Dark Turquoise. HEX triplet: 21, CF and D6. RGB value is (33,207,214). Sum of RGB (Red+Green+Blue) = 33+207+214=454 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.27% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #21CFD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFD6 is #DE3029. Grayscale: #9B9B9B. Windows color (decimal): -14561322 or 14077729. OLE color: 14077729.

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

Color convert

RGB 33 207 214 -
CMYK 0.85 0.03 0 0.16
HSL 182.32º 0.73% 0.48% -
HSV(B) 182.32º 0.85% 0.84% -
XYZ 35.08 49.8 71.38 -
YUV 155.77 160.85 40.43 -
System Red Green Blue C M Y K H S L
Decimal 33 207 214 0.85 0.03 0 0.16 182.32 0.73 0.48
Hex 21 CF D6 55 3 0 10 B6 49 30
Octal 41 317 326 125 3 0 20 266 111 60
Binary 100001 11001111 11010110 1010101 11 0 10000 10110110 1001001 110000

Color Harmonies of #21CFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CFD6

Black with #21CFD6

Text Example


Text Example

White with #21CFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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