Html Css Color HEX #21CCE1 Dark Turquoise

📋 copy color: '#21CCE1'

red 33 ◦ green 204 ◦ blue 225

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

Shades of Dark Turquoise #21CCE1

Tints of Dark Turquoise #21CCE1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.16%

 BLUE value IS 225 (88.28% from 255) = 48.7%

R = 7.14%
G = 44.16%
B = 48.7%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#21CCE1 (or 0x21CCE1) is known color: Dark Turquoise. HEX triplet: 21, CC and E1. RGB value is (33,204,225). Sum of RGB (Red+Green+Blue) = 33+204+225=462 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.14% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #21CCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCE1 is #DE331E. Grayscale: #9B9B9B. Windows color (decimal): -14562079 or 14797857. OLE color: 14797857.

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

Color convert

RGB 33 204 225 -
CMYK 0.85 0.09 0 0.12
HSL 186.56º 0.76% 0.51% -
HSV(B) 186.56º 0.85% 0.88% -
XYZ 35.81 48.95 78.79 -
YUV 155.27 167.35 40.79 -
System Red Green Blue C M Y K H S L
Decimal 33 204 225 0.85 0.09 0 0.12 186.56 0.76 0.51
Hex 21 CC E1 55 9 0 C BB 4C 33
Octal 41 314 341 125 11 0 14 273 114 63
Binary 100001 11001100 11100001 1010101 1001 0 1100 10111011 1001100 110011

Color Harmonies of #21CCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CCE1

Black with #21CCE1

Text Example


Text Example

White with #21CCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,204,225); }

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

background-color css

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

 a { background-color: rgb(33,204,225); }

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

border-color css

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

 span { border-color: rgb(33,204,225); }

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