Html Css Color HEX #20DFCB Bright Turquoise

📋 copy color: '#20DFCB'

red 32 ◦ green 223 ◦ blue 203

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

Shades of Bright Turquoise #20DFCB

Tints of Bright Turquoise #20DFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.32%

R = 6.99%
G = 48.69%
B = 44.32%

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

#20DFCB (or 0x20DFCB) is known color: Bright Turquoise. HEX triplet: 20, DF and CB. RGB value is (32,223,203). Sum of RGB (Red+Green+Blue) = 32+223+203=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFCB is #DF2034. Grayscale: #A3A3A3. Windows color (decimal): -14622773 or 13360928. OLE color: 13360928.

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

Color convert

RGB 32 223 203 -
CMYK 0.86 0 0.09 0.13
HSL 173.72º 0.75% 0.5% -
HSV(B) 173.72º 0.86% 0.87% -
XYZ 37.76 57.39 65.59 -
YUV 163.61 150.22 34.13 -
System Red Green Blue C M Y K H S L
Decimal 32 223 203 0.86 0 0.09 0.13 173.72 0.75 0.5
Hex 20 DF CB 56 0 9 D AE 4B 32
Octal 40 337 313 126 0 11 15 256 113 62
Binary 100000 11011111 11001011 1010110 0 1001 1101 10101110 1001011 110010

Color Harmonies of #20DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DFCB

Black with #20DFCB

Text Example


Text Example

White with #20DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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