Html Css Color HEX #20DFCD Bright Turquoise

📋 copy color: '#20DFCD'

red 32 ◦ green 223 ◦ blue 205

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

Shades of Bright Turquoise #20DFCD

Tints of Bright Turquoise #20DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.48%

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 6.96%
G = 48.48%
B = 44.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#20DFCD (or 0x20DFCD) is known color: Bright Turquoise. HEX triplet: 20, DF and CD. RGB value is (32,223,205). Sum of RGB (Red+Green+Blue) = 32+223+205=460 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.96% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFCD is #DF2032. Grayscale: #A3A3A3. Windows color (decimal): -14622771 or 13492000. OLE color: 13492000.

HSL color Cylindrical-coordinate representation of color #20DFCD: hue angle of 174.35º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DFCD is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 223 205 -
CMYK 0.86 0 0.08 0.13
HSL 174.35º 0.75% 0.5% -
HSV(B) 174.35º 0.86% 0.87% -
XYZ 38 57.49 66.85 -
YUV 163.84 151.22 33.96 -
System Red Green Blue C M Y K H S L
Decimal 32 223 205 0.86 0 0.08 0.13 174.35 0.75 0.5
Hex 20 DF CD 56 0 8 D AE 4B 32
Octal 40 337 315 126 0 10 15 256 113 62
Binary 100000 11011111 11001101 1010110 0 1000 1101 10101110 1001011 110010

Color Harmonies of #20DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DFCD

Black with #20DFCD

Text Example


Text Example

White with #20DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,223,205); }

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

background-color css

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

 a { background-color: rgb(32,223,205); }

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

border-color css

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

 span { border-color: rgb(32,223,205); }

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