Html Css Color HEX #31F7BE Turquoise

📋 copy color: '#31F7BE'

red 49 ◦ green 247 ◦ blue 190

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

Shades of Turquoise #31F7BE

Tints of Turquoise #31F7BE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.82%

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 10.08%
G = 50.82%
B = 39.09%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#31F7BE (or 0x31F7BE) is known color: Turquoise. HEX triplet: 31, F7 and BE. RGB value is (49,247,190). Sum of RGB (Red+Green+Blue) = 49+247+190=486 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.08% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #31F7BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F7BE is #CE0841. Grayscale: #B5B5B5. Windows color (decimal): -13502530 or 12515121. OLE color: 12515121.

HSL color Cylindrical-coordinate representation of color #31F7BE: hue angle of 162.73º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F7BE is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 49 247 190 -
CMYK 0.80 0 0.23 0.03
HSL 162.73º 0.93% 0.58% -
HSV(B) 162.73º 0.8% 0.97% -
XYZ 43.82 70.89 60.09 -
YUV 181.3 132.9 33.63 -
System Red Green Blue C M Y K H S L
Decimal 49 247 190 0.80 0 0.23 0.03 162.73 0.93 0.58
Hex 31 F7 BE 50 0 17 3 A3 5D 3A
Octal 61 367 276 120 0 27 3 243 135 72
Binary 110001 11110111 10111110 1010000 0 10111 11 10100011 1011101 111010

Color Harmonies of #31F7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F7BE

Black with #31F7BE

Text Example


Text Example

White with #31F7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,247,190); }

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

background-color css

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

 a { background-color: rgb(49,247,190); }

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

border-color css

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

 span { border-color: rgb(49,247,190); }

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