Html Css Color HEX #21E6CD Bright Turquoise

📋 copy color: '#21E6CD'

red 33 ◦ green 230 ◦ blue 205

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

Shades of Bright Turquoise #21E6CD

Tints of Bright Turquoise #21E6CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 7.05%
G = 49.15%
B = 43.8%

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

#21E6CD (or 0x21E6CD) is known color: Bright Turquoise. HEX triplet: 21, E6 and CD. RGB value is (33,230,205). Sum of RGB (Red+Green+Blue) = 33+230+205=468 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.05% from 468); Green value is 230 (90.23% from 255 or 49.15% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 230 - color contains mainly: green. Hex color #21E6CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E6CD is #DE1932. Grayscale: #A8A8A8. Windows color (decimal): -14555443 or 13493793. OLE color: 13493793.

HSL color Cylindrical-coordinate representation of color #21E6CD: hue angle of 172.39º 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 #21E6CD is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 230 205 -
CMYK 0.86 0 0.11 0.10
HSL 172.39º 0.8% 0.52% -
HSV(B) 172.39º 0.86% 0.9% -
XYZ 39.94 61.32 67.49 -
YUV 168.25 148.73 31.53 -
System Red Green Blue C M Y K H S L
Decimal 33 230 205 0.86 0 0.11 0.10 172.39 0.8 0.52
Hex 21 E6 CD 56 0 B A AC 50 34
Octal 41 346 315 126 0 13 12 254 120 64
Binary 100001 11100110 11001101 1010110 0 1011 1010 10101100 1010000 110100

Color Harmonies of #21E6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E6CD

Black with #21E6CD

Text Example


Text Example

White with #21E6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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