Html Css Color HEX #21E7DF Bright Turquoise

📋 copy color: '#21E7DF'

red 33 ◦ green 231 ◦ blue 223

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

Shades of Bright Turquoise #21E7DF

Tints of Bright Turquoise #21E7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.43%

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 6.78%
G = 47.43%
B = 45.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#21E7DF (or 0x21E7DF) is known color: Bright Turquoise. HEX triplet: 21, E7 and DF. RGB value is (33,231,223). Sum of RGB (Red+Green+Blue) = 33+231+223=487 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.78% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #21E7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E7DF is #DE1820. Grayscale: #AAAAAA. Windows color (decimal): -14555169 or 14673697. OLE color: 14673697.

HSL color Cylindrical-coordinate representation of color #21E7DF: hue angle of 177.58º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E7DF is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 231 223 -
CMYK 0.86 0 0.03 0.09
HSL 177.58º 0.8% 0.52% -
HSV(B) 177.58º 0.86% 0.91% -
XYZ 42.52 62.8 79.69 -
YUV 170.89 157.4 29.65 -
System Red Green Blue C M Y K H S L
Decimal 33 231 223 0.86 0 0.03 0.09 177.58 0.8 0.52
Hex 21 E7 DF 56 0 3 9 B2 50 34
Octal 41 347 337 126 0 3 11 262 120 64
Binary 100001 11100111 11011111 1010110 0 11 1001 10110010 1010000 110100

Color Harmonies of #21E7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E7DF

Black with #21E7DF

Text Example


Text Example

White with #21E7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,231,223); }

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

background-color css

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

 a { background-color: rgb(33,231,223); }

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

border-color css

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

 span { border-color: rgb(33,231,223); }

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