Html Css Color HEX #21E6CC Bright Turquoise

📋 copy color: '#21E6CC'

red 33 ◦ green 230 ◦ blue 204

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

Shades of Bright Turquoise #21E6CC

Tints of Bright Turquoise #21E6CC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.25%

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 7.07%
G = 49.25%
B = 43.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#21E6CC (or 0x21E6CC) is known color: Bright Turquoise. HEX triplet: 21, E6 and CC. RGB value is (33,230,204). Sum of RGB (Red+Green+Blue) = 33+230+204=467 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.07% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #21E6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E6CC is #DE1933. Grayscale: #A8A8A8. Windows color (decimal): -14555444 or 13428257. OLE color: 13428257.

HSL color Cylindrical-coordinate representation of color #21E6CC: hue angle of 172.08º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E6CC is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 230 204 -
CMYK 0.86 0 0.11 0.10
HSL 172.08º 0.8% 0.52% -
HSV(B) 172.08º 0.86% 0.9% -
XYZ 39.82 61.28 66.86 -
YUV 168.13 148.23 31.61 -
System Red Green Blue C M Y K H S L
Decimal 33 230 204 0.86 0 0.11 0.10 172.08 0.8 0.52
Hex 21 E6 CC 56 0 B A AC 50 34
Octal 41 346 314 126 0 13 12 254 120 64
Binary 100001 11100110 11001100 1010110 0 1011 1010 10101100 1010000 110100

Color Harmonies of #21E6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E6CC

Black with #21E6CC

Text Example


Text Example

White with #21E6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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