Html Css Color HEX #31FFBB Turquoise

📋 copy color: '#31FFBB'

red 49 ◦ green 255 ◦ blue 187

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

Shades of Turquoise #31FFBB

Tints of Turquoise #31FFBB

RGB

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

 GREEN value IS 255 (100% from 255) = 51.93%

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 9.98%
G = 51.93%
B = 38.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#31FFBB (or 0x31FFBB) is known color: Turquoise. HEX triplet: 31, FF and BB. RGB value is (49,255,187). Sum of RGB (Red+Green+Blue) = 49+255+187=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FFBB is #CE0044. Grayscale: #B9B9B9. Windows color (decimal): -13500485 or 12320561. OLE color: 12320561.

HSL color Cylindrical-coordinate representation of color #31FFBB: hue angle of 160.19º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FFBB is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 49 255 187 -
CMYK 0.81 0 0.27 0
HSL 160.19º 1% 0.6% -
HSV(B) 160.19º 0.81% 1% -
XYZ 46 75.76 59.21 -
YUV 185.65 128.75 30.53 -
System Red Green Blue C M Y K H S L
Decimal 49 255 187 0.81 0 0.27 0 160.19 1 0.6
Hex 31 FF BB 51 0 1B 0 A0 64 3C
Octal 61 377 273 121 0 33 0 240 144 74
Binary 110001 11111111 10111011 1010001 0 11011 0 10100000 1100100 111100

Color Harmonies of #31FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FFBB

Black with #31FFBB

Text Example


Text Example

White with #31FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,255,187); }

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

background-color css

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

 a { background-color: rgb(49,255,187); }

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

border-color css

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

 span { border-color: rgb(49,255,187); }

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