Html Css Color HEX #31EFC1 Turquoise

📋 copy color: '#31EFC1'

red 49 ◦ green 239 ◦ blue 193

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

Shades of Turquoise #31EFC1

Tints of Turquoise #31EFC1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.69%

 BLUE value IS 193 (75.78% from 255) = 40.12%

R = 10.19%
G = 49.69%
B = 40.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#31EFC1 (or 0x31EFC1) is known color: Turquoise. HEX triplet: 31, EF and C1. RGB value is (49,239,193). Sum of RGB (Red+Green+Blue) = 49+239+193=481 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.19% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #31EFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EFC1 is #CE103E. Grayscale: #B0B0B0. Windows color (decimal): -13504575 or 12709681. OLE color: 12709681.

HSL color Cylindrical-coordinate representation of color #31EFC1: hue angle of 165.47º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EFC1 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 239 193 -
CMYK 0.79 0 0.19 0.06
HSL 165.47º 0.86% 0.56% -
HSV(B) 165.47º 0.79% 0.94% -
XYZ 41.76 66.24 61.04 -
YUV 176.95 137.05 36.74 -
System Red Green Blue C M Y K H S L
Decimal 49 239 193 0.79 0 0.19 0.06 165.47 0.86 0.56
Hex 31 EF C1 4F 0 13 6 A5 56 38
Octal 61 357 301 117 0 23 6 245 126 70
Binary 110001 11101111 11000001 1001111 0 10011 110 10100101 1010110 111000

Color Harmonies of #31EFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EFC1

Black with #31EFC1

Text Example


Text Example

White with #31EFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,239,193); }

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

background-color css

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

 a { background-color: rgb(49,239,193); }

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

border-color css

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

 span { border-color: rgb(49,239,193); }

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