Html Css Color HEX #20F6E1 Bright Turquoise

📋 copy color: '#20F6E1'

red 32 ◦ green 246 ◦ blue 225

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

Shades of Bright Turquoise #20F6E1

Tints of Bright Turquoise #20F6E1

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.91%

 BLUE value IS 225 (88.28% from 255) = 44.73%

R = 6.36%
G = 48.91%
B = 44.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#20F6E1 (or 0x20F6E1) is known color: Bright Turquoise. HEX triplet: 20, F6 and E1. RGB value is (32,246,225). Sum of RGB (Red+Green+Blue) = 32+246+225=503 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.36% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #20F6E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F6E1 is #DF091E. Grayscale: #B3B3B3. Windows color (decimal): -14616863 or 14808608. OLE color: 14808608.

HSL color Cylindrical-coordinate representation of color #20F6E1: hue angle of 174.11º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F6E1 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 32 246 225 -
CMYK 0.87 0 0.09 0.04
HSL 174.11º 0.92% 0.55% -
HSV(B) 174.11º 0.87% 0.96% -
XYZ 47.14 71.65 82.58 -
YUV 179.62 153.6 22.71 -
System Red Green Blue C M Y K H S L
Decimal 32 246 225 0.87 0 0.09 0.04 174.11 0.92 0.55
Hex 20 F6 E1 57 0 9 4 AE 5C 37
Octal 40 366 341 127 0 11 4 256 134 67
Binary 100000 11110110 11100001 1010111 0 1001 100 10101110 1011100 110111

Color Harmonies of #20F6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F6E1

Black with #20F6E1

Text Example


Text Example

White with #20F6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,246,225); }

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

background-color css

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

 a { background-color: rgb(32,246,225); }

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

border-color css

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

 span { border-color: rgb(32,246,225); }

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