Html Css Color HEX #20EFDB Bright Turquoise

📋 copy color: '#20EFDB'

red 32 ◦ green 239 ◦ blue 219

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

Shades of Bright Turquoise #20EFDB

Tints of Bright Turquoise #20EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.78%

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 6.53%
G = 48.78%
B = 44.69%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#20EFDB (or 0x20EFDB) is known color: Bright Turquoise. HEX triplet: 20, EF and DB. RGB value is (32,239,219). Sum of RGB (Red+Green+Blue) = 32+239+219=490 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.53% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EFDB is #DF1024. Grayscale: #AEAEAE. Windows color (decimal): -14618661 or 14413600. OLE color: 14413600.

HSL color Cylindrical-coordinate representation of color #20EFDB: hue angle of 174.2º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EFDB is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 239 219 -
CMYK 0.87 0 0.08 0.06
HSL 174.2º 0.87% 0.53% -
HSV(B) 174.2º 0.87% 0.94% -
XYZ 44.25 67.15 77.65 -
YUV 174.83 152.92 26.13 -
System Red Green Blue C M Y K H S L
Decimal 32 239 219 0.87 0 0.08 0.06 174.2 0.87 0.53
Hex 20 EF DB 57 0 8 6 AE 57 35
Octal 40 357 333 127 0 10 6 256 127 65
Binary 100000 11101111 11011011 1010111 0 1000 110 10101110 1010111 110101

Color Harmonies of #20EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EFDB

Black with #20EFDB

Text Example


Text Example

White with #20EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,239,219); }

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

background-color css

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

 a { background-color: rgb(32,239,219); }

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

border-color css

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

 span { border-color: rgb(32,239,219); }

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