Html Css Color HEX #20E9DF Bright Turquoise

📋 copy color: '#20E9DF'

red 32 ◦ green 233 ◦ blue 223

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

Shades of Bright Turquoise #20E9DF

Tints of Bright Turquoise #20E9DF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.75%

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 6.56%
G = 47.75%
B = 45.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#20E9DF (or 0x20E9DF) is known color: Bright Turquoise. HEX triplet: 20, E9 and DF. RGB value is (32,233,223). Sum of RGB (Red+Green+Blue) = 32+233+223=488 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.56% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #20E9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E9DF is #DF1620. Grayscale: #ABABAB. Windows color (decimal): -14620193 or 14674208. OLE color: 14674208.

HSL color Cylindrical-coordinate representation of color #20E9DF: hue angle of 177.01º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E9DF is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 32 233 223 -
CMYK 0.86 0 0.04 0.09
HSL 177.01º 0.82% 0.52% -
HSV(B) 177.01º 0.86% 0.91% -
XYZ 43.05 63.91 79.88 -
YUV 171.76 156.91 28.31 -
System Red Green Blue C M Y K H S L
Decimal 32 233 223 0.86 0 0.04 0.09 177.01 0.82 0.52
Hex 20 E9 DF 56 0 4 9 B1 52 34
Octal 40 351 337 126 0 4 11 261 122 64
Binary 100000 11101001 11011111 1010110 0 100 1001 10110001 1010010 110100

Color Harmonies of #20E9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E9DF

Black with #20E9DF

Text Example


Text Example

White with #20E9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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