Html Css Color HEX #31ECB7 Turquoise

📋 copy color: '#31ECB7'

red 49 ◦ green 236 ◦ blue 183

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

Shades of Turquoise #31ECB7

Tints of Turquoise #31ECB7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.43%

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

R = 10.47%
G = 50.43%
B = 39.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#31ECB7 (or 0x31ECB7) is known color: Turquoise. HEX triplet: 31, EC and B7. RGB value is (49,236,183). Sum of RGB (Red+Green+Blue) = 49+236+183=468 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.47% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #31ECB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31ECB7 is #CE1348. Grayscale: #AEAEAE. Windows color (decimal): -13505353 or 12053553. OLE color: 12053553.

HSL color Cylindrical-coordinate representation of color #31ECB7: hue angle of 162.99º degrees, saturation: 0.83, 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 #31ECB7 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 236 183 -
CMYK 0.79 0 0.22 0.07
HSL 162.99º 0.83% 0.56% -
HSV(B) 162.99º 0.79% 0.93% -
XYZ 39.81 64.06 55.07 -
YUV 174.05 133.05 38.81 -
System Red Green Blue C M Y K H S L
Decimal 49 236 183 0.79 0 0.22 0.07 162.99 0.83 0.56
Hex 31 EC B7 4F 0 16 7 A3 53 38
Octal 61 354 267 117 0 26 7 243 123 70
Binary 110001 11101100 10110111 1001111 0 10110 111 10100011 1010011 111000

Color Harmonies of #31ECB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ECB7

Black with #31ECB7

Text Example


Text Example

White with #31ECB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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