Html Css Color HEX #21EFDC Bright Turquoise

📋 copy color: '#21EFDC'

red 33 ◦ green 239 ◦ blue 220

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

Shades of Bright Turquoise #21EFDC

Tints of Bright Turquoise #21EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.58%

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 6.71%
G = 48.58%
B = 44.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#21EFDC (or 0x21EFDC) is known color: Bright Turquoise. HEX triplet: 21, EF and DC. RGB value is (33,239,220). Sum of RGB (Red+Green+Blue) = 33+239+220=492 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.71% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #21EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EFDC is #DE1023. Grayscale: #AFAFAF. Windows color (decimal): -14553124 or 14479137. OLE color: 14479137.

HSL color Cylindrical-coordinate representation of color #21EFDC: hue angle of 174.47º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EFDC is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 239 220 -
CMYK 0.86 0 0.08 0.06
HSL 174.47º 0.87% 0.53% -
HSV(B) 174.47º 0.86% 0.94% -
XYZ 44.41 67.22 78.34 -
YUV 175.24 153.25 26.54 -
System Red Green Blue C M Y K H S L
Decimal 33 239 220 0.86 0 0.08 0.06 174.47 0.87 0.53
Hex 21 EF DC 56 0 8 6 AE 57 35
Octal 41 357 334 126 0 10 6 256 127 65
Binary 100001 11101111 11011100 1010110 0 1000 110 10101110 1010111 110101

Color Harmonies of #21EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EFDC

Black with #21EFDC

Text Example


Text Example

White with #21EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,239,220); }

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

background-color css

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

 a { background-color: rgb(33,239,220); }

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

border-color css

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

 span { border-color: rgb(33,239,220); }

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