Html Css Color HEX #21CED1 Dark Turquoise

📋 copy color: '#21CED1'

red 33 ◦ green 206 ◦ blue 209

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

Shades of Dark Turquoise #21CED1

Tints of Dark Turquoise #21CED1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.98%

 BLUE value IS 209 (82.03% from 255) = 46.65%

R = 7.37%
G = 45.98%
B = 46.65%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#21CED1 (or 0x21CED1) is known color: Dark Turquoise. HEX triplet: 21, CE and D1. RGB value is (33,206,209). Sum of RGB (Red+Green+Blue) = 33+206+209=448 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.37% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #21CED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CED1 is #DE312E. Grayscale: #9A9A9A. Windows color (decimal): -14561583 or 13749793. OLE color: 13749793.

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

Color convert

RGB 33 206 209 -
CMYK 0.84 0.01 0 0.18
HSL 181.02º 0.73% 0.47% -
HSV(B) 181.02º 0.84% 0.82% -
XYZ 34.21 49.07 67.99 -
YUV 154.62 158.69 41.26 -
System Red Green Blue C M Y K H S L
Decimal 33 206 209 0.84 0.01 0 0.18 181.02 0.73 0.47
Hex 21 CE D1 54 1 0 12 B5 49 2F
Octal 41 316 321 124 1 0 22 265 111 57
Binary 100001 11001110 11010001 1010100 1 0 10010 10110101 1001001 101111

Color Harmonies of #21CED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CED1

Black with #21CED1

Text Example


Text Example

White with #21CED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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