Html Css Color HEX #21CED0 Dark Turquoise

📋 copy color: '#21CED0'

red 33 ◦ green 206 ◦ blue 208

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

Shades of Dark Turquoise #21CED0

Tints of Dark Turquoise #21CED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.53%

R = 7.38%
G = 46.09%
B = 46.53%

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

#21CED0 (or 0x21CED0) is known color: Dark Turquoise. HEX triplet: 21, CE and D0. RGB value is (33,206,208). Sum of RGB (Red+Green+Blue) = 33+206+208=447 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.38% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #21CED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CED0 is #DE312F. Grayscale: #9A9A9A. Windows color (decimal): -14561584 or 13684257. OLE color: 13684257.

HSL color Cylindrical-coordinate representation of color #21CED0: hue angle of 180.69º 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 #21CED0 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 206 208 -
CMYK 0.84 0.01 0 0.18
HSL 180.69º 0.73% 0.47% -
HSV(B) 180.69º 0.84% 0.82% -
XYZ 34.08 49.02 67.34 -
YUV 154.5 158.19 41.34 -
System Red Green Blue C M Y K H S L
Decimal 33 206 208 0.84 0.01 0 0.18 180.69 0.73 0.47
Hex 21 CE D0 54 1 0 12 B5 49 2F
Octal 41 316 320 124 1 0 22 265 111 57
Binary 100001 11001110 11010000 1010100 1 0 10010 10110101 1001001 101111

Color Harmonies of #21CED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CED0

Black with #21CED0

Text Example


Text Example

White with #21CED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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