Html Css Color HEX #20FDCE Bright Turquoise

📋 copy color: '#20FDCE'

red 32 ◦ green 253 ◦ blue 206

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

Shades of Bright Turquoise #20FDCE

Tints of Bright Turquoise #20FDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.53%

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 6.52%
G = 51.53%
B = 41.96%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#20FDCE (or 0x20FDCE) is known color: Bright Turquoise. HEX triplet: 20, FD and CE. RGB value is (32,253,206). Sum of RGB (Red+Green+Blue) = 32+253+206=491 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.52% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #20FDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FDCE is #DF0231. Grayscale: #B5B5B5. Windows color (decimal): -14615090 or 13565216. OLE color: 13565216.

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

Color convert

RGB 32 253 206 -
CMYK 0.87 0 0.19 0.01
HSL 167.24º 0.98% 0.56% -
HSV(B) 167.24º 0.87% 0.99% -
XYZ 46.86 75.01 70.4 -
YUV 181.56 141.78 21.32 -
System Red Green Blue C M Y K H S L
Decimal 32 253 206 0.87 0 0.19 0.01 167.24 0.98 0.56
Hex 20 FD CE 57 0 13 1 A7 62 38
Octal 40 375 316 127 0 23 1 247 142 70
Binary 100000 11111101 11001110 1010111 0 10011 1 10100111 1100010 111000

Color Harmonies of #20FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FDCE

Black with #20FDCE

Text Example


Text Example

White with #20FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,253,206); }

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

background-color css

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

 a { background-color: rgb(32,253,206); }

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

border-color css

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

 span { border-color: rgb(32,253,206); }

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