Html Css Color HEX #21ECBD Turquoise

📋 copy color: '#21ECBD'

red 33 ◦ green 236 ◦ blue 189

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

Shades of Turquoise #21ECBD

Tints of Turquoise #21ECBD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.53%

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 7.21%
G = 51.53%
B = 41.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#21ECBD (or 0x21ECBD) is known color: Turquoise. HEX triplet: 21, EC and BD. RGB value is (33,236,189). Sum of RGB (Red+Green+Blue) = 33+236+189=458 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.21% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #21ECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21ECBD is #DE1342. Grayscale: #A9A9A9. Windows color (decimal): -14553923 or 12446753. OLE color: 12446753.

HSL color Cylindrical-coordinate representation of color #21ECBD: hue angle of 166.11º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21ECBD is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 236 189 -
CMYK 0.86 0 0.20 0.07
HSL 166.11º 0.84% 0.53% -
HSV(B) 166.11º 0.86% 0.93% -
XYZ 39.81 63.99 58.4 -
YUV 169.95 138.75 30.32 -
System Red Green Blue C M Y K H S L
Decimal 33 236 189 0.86 0 0.20 0.07 166.11 0.84 0.53
Hex 21 EC BD 56 0 14 7 A6 54 35
Octal 41 354 275 126 0 24 7 246 124 65
Binary 100001 11101100 10111101 1010110 0 10100 111 10100110 1010100 110101

Color Harmonies of #21ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ECBD

Black with #21ECBD

Text Example


Text Example

White with #21ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,236,189); }

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

background-color css

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

 a { background-color: rgb(33,236,189); }

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

border-color css

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

 span { border-color: rgb(33,236,189); }

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