Html Css Color HEX #21E5EF Bright Turquoise

📋 copy color: '#21E5EF'

red 33 ◦ green 229 ◦ blue 239

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

Shades of Bright Turquoise #21E5EF

Tints of Bright Turquoise #21E5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.71%

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 6.59%
G = 45.71%
B = 47.7%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#21E5EF (or 0x21E5EF) is known color: Bright Turquoise. HEX triplet: 21, E5 and EF. RGB value is (33,229,239). Sum of RGB (Red+Green+Blue) = 33+229+239=501 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.59% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #21E5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21E5EF is #DE1A10. Grayscale: #ABABAB. Windows color (decimal): -14555665 or 15721761. OLE color: 15721761.

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

Color convert

RGB 33 229 239 -
CMYK 0.86 0.04 0 0.06
HSL 182.91º 0.87% 0.53% -
HSV(B) 182.91º 0.86% 0.94% -
XYZ 44.23 62.59 91.41 -
YUV 171.54 166.07 29.19 -
System Red Green Blue C M Y K H S L
Decimal 33 229 239 0.86 0.04 0 0.06 182.91 0.87 0.53
Hex 21 E5 EF 56 4 0 6 B7 57 35
Octal 41 345 357 126 4 0 6 267 127 65
Binary 100001 11100101 11101111 1010110 100 0 110 10110111 1010111 110101

Color Harmonies of #21E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E5EF

Black with #21E5EF

Text Example


Text Example

White with #21E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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