Html Css Color HEX #31EFBA Turquoise

📋 copy color: '#31EFBA'

red 49 ◦ green 239 ◦ blue 186

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

Shades of Turquoise #31EFBA

Tints of Turquoise #31EFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 10.34%
G = 50.42%
B = 39.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#31EFBA (or 0x31EFBA) is known color: Turquoise. HEX triplet: 31, EF and BA. RGB value is (49,239,186). Sum of RGB (Red+Green+Blue) = 49+239+186=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #31EFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EFBA is #CE1045. Grayscale: #B0B0B0. Windows color (decimal): -13504582 or 12250929. OLE color: 12250929.

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

Color convert

RGB 49 239 186 -
CMYK 0.79 0 0.22 0.06
HSL 163.26º 0.86% 0.56% -
HSV(B) 163.26º 0.79% 0.94% -
XYZ 41 65.93 57.02 -
YUV 176.15 133.55 37.31 -
System Red Green Blue C M Y K H S L
Decimal 49 239 186 0.79 0 0.22 0.06 163.26 0.86 0.56
Hex 31 EF BA 4F 0 16 6 A3 56 38
Octal 61 357 272 117 0 26 6 243 126 70
Binary 110001 11101111 10111010 1001111 0 10110 110 10100011 1010110 111000

Color Harmonies of #31EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EFBA

Black with #31EFBA

Text Example


Text Example

White with #31EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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