Html Css Color HEX #20FDCB Bright Turquoise

📋 copy color: '#20FDCB'

red 32 ◦ green 253 ◦ blue 203

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

Shades of Bright Turquoise #20FDCB

Tints of Bright Turquoise #20FDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 6.56%
G = 51.84%
B = 41.6%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#20FDCB (or 0x20FDCB) is known color: Bright Turquoise. HEX triplet: 20, FD and CB. RGB value is (32,253,203). Sum of RGB (Red+Green+Blue) = 32+253+203=488 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.56% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #20FDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FDCB is #DF0234. Grayscale: #B5B5B5. Windows color (decimal): -14615093 or 13368608. OLE color: 13368608.

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

Color convert

RGB 32 253 203 -
CMYK 0.87 0 0.20 0.01
HSL 166.43º 0.98% 0.56% -
HSV(B) 166.43º 0.87% 0.99% -
XYZ 46.5 74.87 68.5 -
YUV 181.22 140.28 21.57 -
System Red Green Blue C M Y K H S L
Decimal 32 253 203 0.87 0 0.20 0.01 166.43 0.98 0.56
Hex 20 FD CB 57 0 14 1 A6 62 38
Octal 40 375 313 127 0 24 1 246 142 70
Binary 100000 11111101 11001011 1010111 0 10100 1 10100110 1100010 111000

Color Harmonies of #20FDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FDCB

Black with #20FDCB

Text Example


Text Example

White with #20FDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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