Html Css Color HEX #31EDB7 Turquoise

📋 copy color: '#31EDB7'

red 49 ◦ green 237 ◦ blue 183

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

Shades of Turquoise #31EDB7

Tints of Turquoise #31EDB7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.53%

 BLUE value IS 183 (71.88% from 255) = 39.02%

R = 10.45%
G = 50.53%
B = 39.02%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#31EDB7 (or 0x31EDB7) is known color: Turquoise. HEX triplet: 31, ED and B7. RGB value is (49,237,183). Sum of RGB (Red+Green+Blue) = 49+237+183=469 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.45% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #31EDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EDB7 is #CE1248. Grayscale: #AEAEAE. Windows color (decimal): -13505097 or 12053809. OLE color: 12053809.

HSL color Cylindrical-coordinate representation of color #31EDB7: hue angle of 162.77º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EDB7 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 237 183 -
CMYK 0.79 0 0.23 0.07
HSL 162.77º 0.84% 0.56% -
HSV(B) 162.77º 0.79% 0.93% -
XYZ 40.1 64.64 55.16 -
YUV 174.63 132.72 38.39 -
System Red Green Blue C M Y K H S L
Decimal 49 237 183 0.79 0 0.23 0.07 162.77 0.84 0.56
Hex 31 ED B7 4F 0 17 7 A3 54 38
Octal 61 355 267 117 0 27 7 243 124 70
Binary 110001 11101101 10110111 1001111 0 10111 111 10100011 1010100 111000

Color Harmonies of #31EDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EDB7

Black with #31EDB7

Text Example


Text Example

White with #31EDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,237,183); }

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

background-color css

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

 a { background-color: rgb(49,237,183); }

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

border-color css

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

 span { border-color: rgb(49,237,183); }

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