Html Css Color HEX #21E5CF Bright Turquoise

📋 copy color: '#21E5CF'

red 33 ◦ green 229 ◦ blue 207

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

Shades of Bright Turquoise #21E5CF

Tints of Bright Turquoise #21E5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 7.04%
G = 48.83%
B = 44.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#21E5CF (or 0x21E5CF) is known color: Bright Turquoise. HEX triplet: 21, E5 and CF. RGB value is (33,229,207). Sum of RGB (Red+Green+Blue) = 33+229+207=469 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.04% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #21E5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E5CF is #DE1A30. Grayscale: #A7A7A7. Windows color (decimal): -14555697 or 13624609. OLE color: 13624609.

HSL color Cylindrical-coordinate representation of color #21E5CF: hue angle of 173.27º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E5CF is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 33 229 207 -
CMYK 0.86 0 0.10 0.10
HSL 173.27º 0.79% 0.51% -
HSV(B) 173.27º 0.86% 0.9% -
XYZ 39.91 60.87 68.68 -
YUV 167.89 150.07 31.79 -
System Red Green Blue C M Y K H S L
Decimal 33 229 207 0.86 0 0.10 0.10 173.27 0.79 0.51
Hex 21 E5 CF 56 0 A A AD 4F 33
Octal 41 345 317 126 0 12 12 255 117 63
Binary 100001 11100101 11001111 1010110 0 1010 1010 10101101 1001111 110011

Color Harmonies of #21E5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E5CF

Black with #21E5CF

Text Example


Text Example

White with #21E5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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