Html Css Color HEX #20FECF Bright Turquoise

📋 copy color: '#20FECF'

red 32 ◦ green 254 ◦ blue 207

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

Shades of Bright Turquoise #20FECF

Tints of Bright Turquoise #20FECF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.52%

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 6.49%
G = 51.52%
B = 41.99%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#20FECF (or 0x20FECF) is known color: Bright Turquoise. HEX triplet: 20, FE and CF. RGB value is (32,254,207). Sum of RGB (Red+Green+Blue) = 32+254+207=493 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.49% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #20FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FECF is #DF0130. Grayscale: #B6B6B6. Windows color (decimal): -14614833 or 13631008. OLE color: 13631008.

HSL color Cylindrical-coordinate representation of color #20FECF: hue angle of 167.3º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FECF is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 32 254 207 -
CMYK 0.87 0 0.19 0.00
HSL 167.3º 0.99% 0.56% -
HSV(B) 167.3º 0.87% 1% -
XYZ 47.3 75.7 71.15 -
YUV 182.26 141.95 20.82 -
System Red Green Blue C M Y K H S L
Decimal 32 254 207 0.87 0 0.19 0.00 167.3 0.99 0.56
Hex 20 FE CF 57 0 13 0 A7 63 38
Octal 40 376 317 127 0 23 0 247 143 70
Binary 100000 11111110 11001111 1010111 0 10011 0 10100111 1100011 111000

Color Harmonies of #20FECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FECF

Black with #20FECF

Text Example


Text Example

White with #20FECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,254,207); }

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

background-color css

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

 a { background-color: rgb(32,254,207); }

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

border-color css

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

 span { border-color: rgb(32,254,207); }

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