Html Css Color HEX #20F2EF Bright Turquoise

📋 copy color: '#20F2EF'

red 32 ◦ green 242 ◦ blue 239

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

Shades of Bright Turquoise #20F2EF

Tints of Bright Turquoise #20F2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.17%

 BLUE value IS 239 (93.75% from 255) = 46.59%

R = 6.24%
G = 47.17%
B = 46.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#20F2EF (or 0x20F2EF) is known color: Bright Turquoise. HEX triplet: 20, F2 and EF. RGB value is (32,242,239). Sum of RGB (Red+Green+Blue) = 32+242+239=513 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.24% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #20F2EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20F2EF is #DF0D10. Grayscale: #B2B2B2. Windows color (decimal): -14617873 or 15725088. OLE color: 15725088.

HSL color Cylindrical-coordinate representation of color #20F2EF: hue angle of 179.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F2EF is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 242 239 -
CMYK 0.87 0 0.01 0.05
HSL 179.14º 0.89% 0.54% -
HSV(B) 179.14º 0.87% 0.95% -
XYZ 47.93 70.04 92.66 -
YUV 178.87 161.93 23.24 -
System Red Green Blue C M Y K H S L
Decimal 32 242 239 0.87 0 0.01 0.05 179.14 0.89 0.54
Hex 20 F2 EF 57 0 1 5 B3 59 36
Octal 40 362 357 127 0 1 5 263 131 66
Binary 100000 11110010 11101111 1010111 0 1 101 10110011 1011001 110110

Color Harmonies of #20F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F2EF

Black with #20F2EF

Text Example


Text Example

White with #20F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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