Html Css Color HEX #31EBC6 Turquoise

📋 copy color: '#31EBC6'

red 49 ◦ green 235 ◦ blue 198

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

Shades of Turquoise #31EBC6

Tints of Turquoise #31EBC6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.76%

 BLUE value IS 198 (77.73% from 255) = 41.08%

R = 10.17%
G = 48.76%
B = 41.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#31EBC6 (or 0x31EBC6) is known color: Turquoise. HEX triplet: 31, EB and C6. RGB value is (49,235,198). Sum of RGB (Red+Green+Blue) = 49+235+198=482 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.17% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #31EBC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EBC6 is #CE1439. Grayscale: #AFAFAF. Windows color (decimal): -13505594 or 13036337. OLE color: 13036337.

HSL color Cylindrical-coordinate representation of color #31EBC6: hue angle of 168.06º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EBC6 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 235 198 -
CMYK 0.79 0 0.16 0.08
HSL 168.06º 0.82% 0.56% -
HSV(B) 168.06º 0.79% 0.92% -
XYZ 41.17 64.15 63.64 -
YUV 175.17 140.88 38.01 -
System Red Green Blue C M Y K H S L
Decimal 49 235 198 0.79 0 0.16 0.08 168.06 0.82 0.56
Hex 31 EB C6 4F 0 10 8 A8 52 38
Octal 61 353 306 117 0 20 10 250 122 70
Binary 110001 11101011 11000110 1001111 0 10000 1000 10101000 1010010 111000

Color Harmonies of #31EBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EBC6

Black with #31EBC6

Text Example


Text Example

White with #31EBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,235,198); }

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

background-color css

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

 a { background-color: rgb(49,235,198); }

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

border-color css

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

 span { border-color: rgb(49,235,198); }

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