Html Css Color HEX #21EEDA Bright Turquoise

📋 copy color: '#21EEDA'

red 33 ◦ green 238 ◦ blue 218

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

Shades of Bright Turquoise #21EEDA

Tints of Bright Turquoise #21EEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.67%

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 6.75%
G = 48.67%
B = 44.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#21EEDA (or 0x21EEDA) is known color: Bright Turquoise. HEX triplet: 21, EE and DA. RGB value is (33,238,218). Sum of RGB (Red+Green+Blue) = 33+238+218=489 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.75% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #21EEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EEDA is #DE1125. Grayscale: #AEAEAE. Windows color (decimal): -14553382 or 14347809. OLE color: 14347809.

HSL color Cylindrical-coordinate representation of color #21EEDA: hue angle of 174.15º degrees, saturation: 0.86, 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 #21EEDA is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 238 218 -
CMYK 0.86 0 0.08 0.07
HSL 174.15º 0.86% 0.53% -
HSV(B) 174.15º 0.86% 0.93% -
XYZ 43.86 66.53 76.86 -
YUV 174.43 152.58 27.13 -
System Red Green Blue C M Y K H S L
Decimal 33 238 218 0.86 0 0.08 0.07 174.15 0.86 0.53
Hex 21 EE DA 56 0 8 7 AE 56 35
Octal 41 356 332 126 0 10 7 256 126 65
Binary 100001 11101110 11011010 1010110 0 1000 111 10101110 1010110 110101

Color Harmonies of #21EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EEDA

Black with #21EEDA

Text Example


Text Example

White with #21EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,238,218); }

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

background-color css

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

 a { background-color: rgb(33,238,218); }

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

border-color css

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

 span { border-color: rgb(33,238,218); }

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