Html Css Color HEX #20D9F7 Bright Turquoise

📋 copy color: '#20D9F7'

red 32 ◦ green 217 ◦ blue 247

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

Shades of Bright Turquoise #20D9F7

Tints of Bright Turquoise #20D9F7

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.75%

 BLUE value IS 247 (96.88% from 255) = 49.8%

R = 6.45%
G = 43.75%
B = 49.8%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#20D9F7 (or 0x20D9F7) is known color: Bright Turquoise. HEX triplet: 20, D9 and F7. RGB value is (32,217,247). Sum of RGB (Red+Green+Blue) = 32+217+247=496 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.45% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 247 (96.88% from 255 or 49.80% from 496); Max value from RGB is 247 - color contains mainly: blue. Hex color #20D9F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D9F7 is #DF2608. Grayscale: #A4A4A4. Windows color (decimal): -14624265 or 16242976. OLE color: 16242976.

HSL color Cylindrical-coordinate representation of color #20D9F7: hue angle of 188.37º 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 #20D9F7 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 32 217 247 -
CMYK 0.87 0.12 0 0.03
HSL 188.37º 0.93% 0.55% -
HSV(B) 188.37º 0.87% 0.97% -
XYZ 42.2 56.65 96.71 -
YUV 165.11 174.21 33.06 -
System Red Green Blue C M Y K H S L
Decimal 32 217 247 0.87 0.12 0 0.03 188.37 0.93 0.55
Hex 20 D9 F7 57 C 0 3 BC 5D 37
Octal 40 331 367 127 14 0 3 274 135 67
Binary 100000 11011001 11110111 1010111 1100 0 11 10111100 1011101 110111

Color Harmonies of #20D9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D9F7

Black with #20D9F7

Text Example


Text Example

White with #20D9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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