Html Css Color HEX #20FCCB Bright Turquoise

📋 copy color: '#20FCCB'

red 32 ◦ green 252 ◦ blue 203

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

Shades of Bright Turquoise #20FCCB

Tints of Bright Turquoise #20FCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.75%

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

R = 6.57%
G = 51.75%
B = 41.68%

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

#20FCCB (or 0x20FCCB) is known color: Bright Turquoise. HEX triplet: 20, FC and CB. RGB value is (32,252,203). Sum of RGB (Red+Green+Blue) = 32+252+203=487 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.57% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FCCB is #DF0334. Grayscale: #B4B4B4. Windows color (decimal): -14615349 or 13368352. OLE color: 13368352.

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

Color convert

RGB 32 252 203 -
CMYK 0.87 0 0.19 0.01
HSL 166.64º 0.97% 0.56% -
HSV(B) 166.64º 0.87% 0.99% -
XYZ 46.19 74.24 68.4 -
YUV 180.63 140.61 21.98 -
System Red Green Blue C M Y K H S L
Decimal 32 252 203 0.87 0 0.19 0.01 166.64 0.97 0.56
Hex 20 FC CB 57 0 13 1 A7 61 38
Octal 40 374 313 127 0 23 1 247 141 70
Binary 100000 11111100 11001011 1010111 0 10011 1 10100111 1100001 111000

Color Harmonies of #20FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FCCB

Black with #20FCCB

Text Example


Text Example

White with #20FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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