Html Css Color HEX #31FCC1 Turquoise

📋 copy color: '#31FCC1'

red 49 ◦ green 252 ◦ blue 193

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

Shades of Turquoise #31FCC1

Tints of Turquoise #31FCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.07%

R = 9.92%
G = 51.01%
B = 39.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#31FCC1 (or 0x31FCC1) is known color: Turquoise. HEX triplet: 31, FC and C1. RGB value is (49,252,193). Sum of RGB (Red+Green+Blue) = 49+252+193=494 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.92% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FCC1 is #CE033E. Grayscale: #B8B8B8. Windows color (decimal): -13501247 or 12713009. OLE color: 12713009.

HSL color Cylindrical-coordinate representation of color #31FCC1: hue angle of 162.56º 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 #31FCC1 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 252 193 -
CMYK 0.81 0 0.23 0.01
HSL 162.56º 0.97% 0.59% -
HSV(B) 162.56º 0.81% 0.99% -
XYZ 45.7 74.12 62.35 -
YUV 184.58 132.75 31.3 -
System Red Green Blue C M Y K H S L
Decimal 49 252 193 0.81 0 0.23 0.01 162.56 0.97 0.59
Hex 31 FC C1 51 0 17 1 A3 61 3B
Octal 61 374 301 121 0 27 1 243 141 73
Binary 110001 11111100 11000001 1010001 0 10111 1 10100011 1100001 111011

Color Harmonies of #31FCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FCC1

Black with #31FCC1

Text Example


Text Example

White with #31FCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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