Html Css Color HEX #20DEE0 Bright Turquoise

📋 copy color: '#20DEE0'

red 32 ◦ green 222 ◦ blue 224

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

Shades of Bright Turquoise #20DEE0

Tints of Bright Turquoise #20DEE0

RGB

 RED value IS 32 (12.89% from 255) = 6.69%

 GREEN value IS 222 (87.11% from 255) = 46.44%

 BLUE value IS 224 (87.89% from 255) = 46.86%

R = 6.69%
G = 46.44%
B = 46.86%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#20DEE0 (or 0x20DEE0) is known color: Bright Turquoise. HEX triplet: 20, DE and E0. RGB value is (32,222,224). Sum of RGB (Red+Green+Blue) = 32+222+224=478 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.69% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #20DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DEE0 is #DF211F. Grayscale: #A5A5A5. Windows color (decimal): -14623008 or 14736928. OLE color: 14736928.

HSL color Cylindrical-coordinate representation of color #20DEE0: hue angle of 180.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DEE0 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 222 224 -
CMYK 0.86 0.01 0 0.12
HSL 180.63º 0.76% 0.5% -
HSV(B) 180.63º 0.86% 0.88% -
XYZ 40.17 57.93 79.59 -
YUV 165.42 161.05 32.84 -
System Red Green Blue C M Y K H S L
Decimal 32 222 224 0.86 0.01 0 0.12 180.63 0.76 0.5
Hex 20 DE E0 56 1 0 C B5 4C 32
Octal 40 336 340 126 1 0 14 265 114 62
Binary 100000 11011110 11100000 1010110 1 0 1100 10110101 1001100 110010

Color Harmonies of #20DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DEE0

Black with #20DEE0

Text Example


Text Example

White with #20DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20DEE0; }

 p { color: rgb(32,222,224); }

 H1.HeaderClassName
 {
   color: #20DEE0;
 }
 .AnyTagClassName
 {
   color: #20DEE0;
 }
</style>

background-color css

<style>
 a { background-color: #20DEE0; }

 a { background-color: rgb(32,222,224); }

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

border-color css

<style>
 span { border-color: #20DEE0; }

 span { border-color: rgb(32,222,224); }

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