Html Css Color HEX #20F7CF Bright Turquoise

📋 copy color: '#20F7CF'

red 32 ◦ green 247 ◦ blue 207

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

Shades of Bright Turquoise #20F7CF

Tints of Bright Turquoise #20F7CF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.82%

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

R = 6.58%
G = 50.82%
B = 42.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#20F7CF (or 0x20F7CF) is known color: Bright Turquoise. HEX triplet: 20, F7 and CF. RGB value is (32,247,207). Sum of RGB (Red+Green+Blue) = 32+247+207=486 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.58% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #20F7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F7CF is #DF0830. Grayscale: #B2B2B2. Windows color (decimal): -14616625 or 13629216. OLE color: 13629216.

HSL color Cylindrical-coordinate representation of color #20F7CF: hue angle of 168.84º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F7CF is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 32 247 207 -
CMYK 0.87 0 0.16 0.03
HSL 168.84º 0.93% 0.55% -
HSV(B) 168.84º 0.87% 0.97% -
XYZ 45.12 71.33 70.42 -
YUV 178.16 144.27 23.75 -
System Red Green Blue C M Y K H S L
Decimal 32 247 207 0.87 0 0.16 0.03 168.84 0.93 0.55
Hex 20 F7 CF 57 0 10 3 A9 5D 37
Octal 40 367 317 127 0 20 3 251 135 67
Binary 100000 11110111 11001111 1010111 0 10000 11 10101001 1011101 110111

Color Harmonies of #20F7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F7CF

Black with #20F7CF

Text Example


Text Example

White with #20F7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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