Html Css Color HEX #21CDE2 Dark Turquoise

📋 copy color: '#21CDE2'

red 33 ◦ green 205 ◦ blue 226

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

Shades of Dark Turquoise #21CDE2

Tints of Dark Turquoise #21CDE2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

 BLUE value IS 226 (88.67% from 255) = 48.71%

R = 7.11%
G = 44.18%
B = 48.71%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#21CDE2 (or 0x21CDE2) is known color: Dark Turquoise. HEX triplet: 21, CD and E2. RGB value is (33,205,226). Sum of RGB (Red+Green+Blue) = 33+205+226=464 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.11% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 226 (88.67% from 255 or 48.71% from 464); Max value from RGB is 226 - color contains mainly: blue. Hex color #21CDE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CDE2 is #DE321D. Grayscale: #9B9B9B. Windows color (decimal): -14561822 or 14863649. OLE color: 14863649.

HSL color Cylindrical-coordinate representation of color #21CDE2: hue angle of 186.53º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CDE2 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 205 226 -
CMYK 0.85 0.09 0 0.11
HSL 186.53º 0.77% 0.51% -
HSV(B) 186.53º 0.85% 0.89% -
XYZ 36.19 49.48 79.59 -
YUV 155.97 167.52 40.29 -
System Red Green Blue C M Y K H S L
Decimal 33 205 226 0.85 0.09 0 0.11 186.53 0.77 0.51
Hex 21 CD E2 55 9 0 B BB 4D 33
Octal 41 315 342 125 11 0 13 273 115 63
Binary 100001 11001101 11100010 1010101 1001 0 1011 10111011 1001101 110011

Color Harmonies of #21CDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CDE2

Black with #21CDE2

Text Example


Text Example

White with #21CDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,205,226); }

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

background-color css

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

 a { background-color: rgb(33,205,226); }

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

border-color css

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

 span { border-color: rgb(33,205,226); }

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