Html Css Color HEX #20F5D3 Bright Turquoise

📋 copy color: '#20F5D3'

red 32 ◦ green 245 ◦ blue 211

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

Shades of Bright Turquoise #20F5D3

Tints of Bright Turquoise #20F5D3

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.2%

 BLUE value IS 211 (82.81% from 255) = 43.24%

R = 6.56%
G = 50.2%
B = 43.24%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#20F5D3 (or 0x20F5D3) is known color: Bright Turquoise. HEX triplet: 20, F5 and D3. RGB value is (32,245,211). Sum of RGB (Red+Green+Blue) = 32+245+211=488 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.56% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #20F5D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F5D3 is #DF0A2C. Grayscale: #B1B1B1. Windows color (decimal): -14617133 or 13890848. OLE color: 13890848.

HSL color Cylindrical-coordinate representation of color #20F5D3: hue angle of 170.42º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F5D3 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 32 245 211 -
CMYK 0.87 0 0.14 0.04
HSL 170.42º 0.91% 0.54% -
HSV(B) 170.42º 0.87% 0.96% -
XYZ 45.01 70.32 72.83 -
YUV 177.44 146.93 24.26 -
System Red Green Blue C M Y K H S L
Decimal 32 245 211 0.87 0 0.14 0.04 170.42 0.91 0.54
Hex 20 F5 D3 57 0 E 4 AA 5B 36
Octal 40 365 323 127 0 16 4 252 133 66
Binary 100000 11110101 11010011 1010111 0 1110 100 10101010 1011011 110110

Color Harmonies of #20F5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F5D3

Black with #20F5D3

Text Example


Text Example

White with #20F5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,245,211); }

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

background-color css

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

 a { background-color: rgb(32,245,211); }

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

border-color css

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

 span { border-color: rgb(32,245,211); }

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