Html Css Color HEX #21CEE1 Dark Turquoise

📋 copy color: '#21CEE1'

red 33 ◦ green 206 ◦ blue 225

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

Shades of Dark Turquoise #21CEE1

Tints of Dark Turquoise #21CEE1

RGB

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

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

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

R = 7.11%
G = 44.4%
B = 48.49%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#21CEE1 (or 0x21CEE1) is known color: Dark Turquoise. HEX triplet: 21, CE and E1. RGB value is (33,206,225). Sum of RGB (Red+Green+Blue) = 33+206+225=464 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.11% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #21CEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CEE1 is #DE311E. Grayscale: #9C9C9C. Windows color (decimal): -14561567 or 14798369. OLE color: 14798369.

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

Color convert

RGB 33 206 225 -
CMYK 0.85 0.08 0 0.12
HSL 185.94º 0.76% 0.51% -
HSV(B) 185.94º 0.85% 0.88% -
XYZ 36.29 49.9 78.95 -
YUV 156.44 166.69 39.96 -
System Red Green Blue C M Y K H S L
Decimal 33 206 225 0.85 0.08 0 0.12 185.94 0.76 0.51
Hex 21 CE E1 55 8 0 C BA 4C 33
Octal 41 316 341 125 10 0 14 272 114 63
Binary 100001 11001110 11100001 1010101 1000 0 1100 10111010 1001100 110011

Color Harmonies of #21CEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CEE1

Black with #21CEE1

Text Example


Text Example

White with #21CEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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