Html Css Color HEX #20DFDA Bright Turquoise

📋 copy color: '#20DFDA'

red 32 ◦ green 223 ◦ blue 218

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

Shades of Bright Turquoise #20DFDA

Tints of Bright Turquoise #20DFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 6.77%
G = 47.15%
B = 46.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#20DFDA (or 0x20DFDA) is known color: Bright Turquoise. HEX triplet: 20, DF and DA. RGB value is (32,223,218). Sum of RGB (Red+Green+Blue) = 32+223+218=473 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.77% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFDA is #DF2025. Grayscale: #A5A5A5. Windows color (decimal): -14622758 or 14343968. OLE color: 14343968.

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

Color convert

RGB 32 223 218 -
CMYK 0.86 0 0.02 0.13
HSL 178.43º 0.75% 0.5% -
HSV(B) 178.43º 0.86% 0.87% -
XYZ 39.64 58.14 75.46 -
YUV 165.32 157.72 32.91 -
System Red Green Blue C M Y K H S L
Decimal 32 223 218 0.86 0 0.02 0.13 178.43 0.75 0.5
Hex 20 DF DA 56 0 2 D B2 4B 32
Octal 40 337 332 126 0 2 15 262 113 62
Binary 100000 11011111 11011010 1010110 0 10 1101 10110010 1001011 110010

Color Harmonies of #20DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DFDA

Black with #20DFDA

Text Example


Text Example

White with #20DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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