Html Css Color HEX #20DFCA Turquoise

📋 copy color: '#20DFCA'

red 32 ◦ green 223 ◦ blue 202

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

Shades of Turquoise #20DFCA

Tints of Turquoise #20DFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.2%

R = 7%
G = 48.8%
B = 44.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#20DFCA (or 0x20DFCA) is known color: Turquoise. HEX triplet: 20, DF and CA. RGB value is (32,223,202). Sum of RGB (Red+Green+Blue) = 32+223+202=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFCA is #DF2035. Grayscale: #A3A3A3. Windows color (decimal): -14622774 or 13295392. OLE color: 13295392.

HSL color Cylindrical-coordinate representation of color #20DFCA: hue angle of 173.4º 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 #20DFCA is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 223 202 -
CMYK 0.86 0 0.09 0.13
HSL 173.4º 0.75% 0.5% -
HSV(B) 173.4º 0.86% 0.87% -
XYZ 37.64 57.35 64.96 -
YUV 163.5 149.72 34.21 -
System Red Green Blue C M Y K H S L
Decimal 32 223 202 0.86 0 0.09 0.13 173.4 0.75 0.5
Hex 20 DF CA 56 0 9 D AD 4B 32
Octal 40 337 312 126 0 11 15 255 113 62
Binary 100000 11011111 11001010 1010110 0 1001 1101 10101101 1001011 110010

Color Harmonies of #20DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DFCA

Black with #20DFCA

Text Example


Text Example

White with #20DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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