Html Css Color HEX #20D7CE Bright Turquoise

📋 copy color: '#20D7CE'

red 32 ◦ green 215 ◦ blue 206

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

Shades of Bright Turquoise #20D7CE

Tints of Bright Turquoise #20D7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.46%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 7.06%
G = 47.46%
B = 45.47%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#20D7CE (or 0x20D7CE) is known color: Bright Turquoise. HEX triplet: 20, D7 and CE. RGB value is (32,215,206). Sum of RGB (Red+Green+Blue) = 32+215+206=453 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.06% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #20D7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D7CE is #DF2831. Grayscale: #9F9F9F. Windows color (decimal): -14624818 or 13555488. OLE color: 13555488.

HSL color Cylindrical-coordinate representation of color #20D7CE: hue angle of 177.05º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D7CE is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 215 206 -
CMYK 0.85 0 0.04 0.16
HSL 177.05º 0.74% 0.48% -
HSV(B) 177.05º 0.85% 0.84% -
XYZ 36.04 53.36 66.79 -
YUV 159.26 154.37 37.23 -
System Red Green Blue C M Y K H S L
Decimal 32 215 206 0.85 0 0.04 0.16 177.05 0.74 0.48
Hex 20 D7 CE 55 0 4 10 B1 4A 30
Octal 40 327 316 125 0 4 20 261 112 60
Binary 100000 11010111 11001110 1010101 0 100 10000 10110001 1001010 110000

Color Harmonies of #20D7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D7CE

Black with #20D7CE

Text Example


Text Example

White with #20D7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,215,206); }

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

background-color css

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

 a { background-color: rgb(32,215,206); }

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

border-color css

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

 span { border-color: rgb(32,215,206); }

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