Html Css Color HEX #20DCD7 Bright Turquoise

📋 copy color: '#20DCD7'

red 32 ◦ green 220 ◦ blue 215

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

Shades of Bright Turquoise #20DCD7

Tints of Bright Turquoise #20DCD7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.11%

 BLUE value IS 215 (84.38% from 255) = 46.04%

R = 6.85%
G = 47.11%
B = 46.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#20DCD7 (or 0x20DCD7) is known color: Bright Turquoise. HEX triplet: 20, DC and D7. RGB value is (32,220,215). Sum of RGB (Red+Green+Blue) = 32+220+215=467 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.85% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 215 (84.38% from 255 or 46.04% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #20DCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DCD7 is #DF2328. Grayscale: #A3A3A3. Windows color (decimal): -14623529 or 14146592. OLE color: 14146592.

HSL color Cylindrical-coordinate representation of color #20DCD7: hue angle of 178.4º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DCD7 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 220 215 -
CMYK 0.85 0 0.02 0.14
HSL 178.4º 0.75% 0.49% -
HSV(B) 178.4º 0.85% 0.86% -
XYZ 38.45 56.4 73.15 -
YUV 163.22 157.22 34.41 -
System Red Green Blue C M Y K H S L
Decimal 32 220 215 0.85 0 0.02 0.14 178.4 0.75 0.49
Hex 20 DC D7 55 0 2 E B2 4B 31
Octal 40 334 327 125 0 2 16 262 113 61
Binary 100000 11011100 11010111 1010101 0 10 1110 10110010 1001011 110001

Color Harmonies of #20DCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DCD7

Black with #20DCD7

Text Example


Text Example

White with #20DCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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