Html Css Color HEX #31FCC0 Turquoise

📋 copy color: '#31FCC0'

red 49 ◦ green 252 ◦ blue 192

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

Shades of Turquoise #31FCC0

Tints of Turquoise #31FCC0

RGB

 RED value IS 49 (19.53% from 255) = 9.94%

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

 BLUE value IS 192 (75.39% from 255) = 38.95%

R = 9.94%
G = 51.12%
B = 38.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#31FCC0 (or 0x31FCC0) is known color: Turquoise. HEX triplet: 31, FC and C0. RGB value is (49,252,192). Sum of RGB (Red+Green+Blue) = 49+252+192=493 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.94% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FCC0 is #CE033F. Grayscale: #B8B8B8. Windows color (decimal): -13501248 or 12647473. OLE color: 12647473.

HSL color Cylindrical-coordinate representation of color #31FCC0: hue angle of 162.27º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FCC0 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 252 192 -
CMYK 0.81 0 0.24 0.01
HSL 162.27º 0.97% 0.59% -
HSV(B) 162.27º 0.81% 0.99% -
XYZ 45.59 74.08 61.77 -
YUV 184.46 132.25 31.38 -
System Red Green Blue C M Y K H S L
Decimal 49 252 192 0.81 0 0.24 0.01 162.27 0.97 0.59
Hex 31 FC C0 51 0 18 1 A2 61 3B
Octal 61 374 300 121 0 30 1 242 141 73
Binary 110001 11111100 11000000 1010001 0 11000 1 10100010 1100001 111011

Color Harmonies of #31FCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FCC0

Black with #31FCC0

Text Example


Text Example

White with #31FCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31FCC0; }

 p { color: rgb(49,252,192); }

 H1.HeaderClassName
 {
   color: #31FCC0;
 }
 .AnyTagClassName
 {
   color: #31FCC0;
 }
</style>

background-color css

<style>
 a { background-color: #31FCC0; }

 a { background-color: rgb(49,252,192); }

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

border-color css

<style>
 span { border-color: #31FCC0; }

 span { border-color: rgb(49,252,192); }

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