Html Css Color HEX #31FBBB Turquoise

📋 copy color: '#31FBBB'

red 49 ◦ green 251 ◦ blue 187

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

Shades of Turquoise #31FBBB

Tints of Turquoise #31FBBB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.54%

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

R = 10.06%
G = 51.54%
B = 38.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#31FBBB (or 0x31FBBB) is known color: Turquoise. HEX triplet: 31, FB and BB. RGB value is (49,251,187). Sum of RGB (Red+Green+Blue) = 49+251+187=487 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.06% from 487); Green value is 251 (98.44% from 255 or 51.54% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 251 - color contains mainly: green. Hex color #31FBBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FBBB is #CE0444. Grayscale: #B7B7B7. Windows color (decimal): -13501509 or 12319537. OLE color: 12319537.

HSL color Cylindrical-coordinate representation of color #31FBBB: hue angle of 160.99º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FBBB is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 251 187 -
CMYK 0.80 0 0.25 0.02
HSL 160.99º 0.96% 0.59% -
HSV(B) 160.99º 0.8% 0.98% -
XYZ 44.73 73.24 58.79 -
YUV 183.31 130.08 32.2 -
System Red Green Blue C M Y K H S L
Decimal 49 251 187 0.80 0 0.25 0.02 160.99 0.96 0.59
Hex 31 FB BB 50 0 19 2 A1 60 3B
Octal 61 373 273 120 0 31 2 241 140 73
Binary 110001 11111011 10111011 1010000 0 11001 10 10100001 1100000 111011

Color Harmonies of #31FBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FBBB

Black with #31FBBB

Text Example


Text Example

White with #31FBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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