Html Css Color HEX #31FEBE Turquoise

📋 copy color: '#31FEBE'

red 49 ◦ green 254 ◦ blue 190

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

Shades of Turquoise #31FEBE

Tints of Turquoise #31FEBE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.52%

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

R = 9.94%
G = 51.52%
B = 38.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#31FEBE (or 0x31FEBE) is known color: Turquoise. HEX triplet: 31, FE and BE. RGB value is (49,254,190). Sum of RGB (Red+Green+Blue) = 49+254+190=493 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.94% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FEBE is #CE0141. Grayscale: #B9B9B9. Windows color (decimal): -13500738 or 12516913. OLE color: 12516913.

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

Color convert

RGB 49 254 190 -
CMYK 0.81 0 0.25 0.00
HSL 161.27º 0.99% 0.59% -
HSV(B) 161.27º 0.81% 1% -
XYZ 46 75.25 60.82 -
YUV 185.41 130.58 30.7 -
System Red Green Blue C M Y K H S L
Decimal 49 254 190 0.81 0 0.25 0.00 161.27 0.99 0.59
Hex 31 FE BE 51 0 19 0 A1 63 3B
Octal 61 376 276 121 0 31 0 241 143 73
Binary 110001 11111110 10111110 1010001 0 11001 0 10100001 1100011 111011

Color Harmonies of #31FEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FEBE

Black with #31FEBE

Text Example


Text Example

White with #31FEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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