Html Css Color HEX #31FED7 Turquoise

📋 copy color: '#31FED7'

red 49 ◦ green 254 ◦ blue 215

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

Shades of Turquoise #31FED7

Tints of Turquoise #31FED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.51%

R = 9.46%
G = 49.03%
B = 41.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#31FED7 (or 0x31FED7) is known color: Turquoise. HEX triplet: 31, FE and D7. RGB value is (49,254,215). Sum of RGB (Red+Green+Blue) = 49+254+215=518 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.46% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #31FED7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FED7 is #CE0128. Grayscale: #BCBCBC. Windows color (decimal): -13500713 or 14155313. OLE color: 14155313.

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

Color convert

RGB 49 254 215 -
CMYK 0.81 0 0.15 0.00
HSL 168.59º 0.99% 0.59% -
HSV(B) 168.59º 0.81% 1% -
XYZ 48.97 76.44 76.46 -
YUV 188.26 143.08 28.67 -
System Red Green Blue C M Y K H S L
Decimal 49 254 215 0.81 0 0.15 0.00 168.59 0.99 0.59
Hex 31 FE D7 51 0 F 0 A9 63 3B
Octal 61 376 327 121 0 17 0 251 143 73
Binary 110001 11111110 11010111 1010001 0 1111 0 10101001 1100011 111011

Color Harmonies of #31FED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FED7

Black with #31FED7

Text Example


Text Example

White with #31FED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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