Html Css Color HEX #20F0CF Bright Turquoise

📋 copy color: '#20F0CF'

red 32 ◦ green 240 ◦ blue 207

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

Shades of Bright Turquoise #20F0CF

Tints of Bright Turquoise #20F0CF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.1%

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

R = 6.68%
G = 50.1%
B = 43.22%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#20F0CF (or 0x20F0CF) is known color: Bright Turquoise. HEX triplet: 20, F0 and CF. RGB value is (32,240,207). Sum of RGB (Red+Green+Blue) = 32+240+207=479 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.68% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #20F0CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F0CF is #DF0F30. Grayscale: #ADADAD. Windows color (decimal): -14618417 or 13627424. OLE color: 13627424.

HSL color Cylindrical-coordinate representation of color #20F0CF: hue angle of 170.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F0CF is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 240 207 -
CMYK 0.87 0 0.14 0.06
HSL 170.48º 0.87% 0.53% -
HSV(B) 170.48º 0.87% 0.94% -
XYZ 43.02 67.13 69.72 -
YUV 174.05 146.59 26.68 -
System Red Green Blue C M Y K H S L
Decimal 32 240 207 0.87 0 0.14 0.06 170.48 0.87 0.53
Hex 20 F0 CF 57 0 E 6 AA 57 35
Octal 40 360 317 127 0 16 6 252 127 65
Binary 100000 11110000 11001111 1010111 0 1110 110 10101010 1010111 110101

Color Harmonies of #20F0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F0CF

Black with #20F0CF

Text Example


Text Example

White with #20F0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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