Html Css Color HEX #31FAB4 Turquoise

📋 copy color: '#31FAB4'

red 49 ◦ green 250 ◦ blue 180

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

Shades of Turquoise #31FAB4

Tints of Turquoise #31FAB4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.19%

 BLUE value IS 180 (70.7% from 255) = 37.58%

R = 10.23%
G = 52.19%
B = 37.58%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#31FAB4 (or 0x31FAB4) is known color: Turquoise. HEX triplet: 31, FA and B4. RGB value is (49,250,180). Sum of RGB (Red+Green+Blue) = 49+250+180=479 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.23% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #31FAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FAB4 is #CE054B. Grayscale: #B6B6B6. Windows color (decimal): -13501772 or 11860529. OLE color: 11860529.

HSL color Cylindrical-coordinate representation of color #31FAB4: hue angle of 159.1º degrees, saturation: 0.95, 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 #31FAB4 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 250 180 -
CMYK 0.80 0 0.28 0.02
HSL 159.1º 0.95% 0.59% -
HSV(B) 159.1º 0.8% 0.98% -
XYZ 43.69 72.32 54.84 -
YUV 181.92 126.91 33.19 -
System Red Green Blue C M Y K H S L
Decimal 49 250 180 0.80 0 0.28 0.02 159.1 0.95 0.59
Hex 31 FA B4 50 0 1C 2 9F 5F 3B
Octal 61 372 264 120 0 34 2 237 137 73
Binary 110001 11111010 10110100 1010000 0 11100 10 10011111 1011111 111011

Color Harmonies of #31FAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FAB4

Black with #31FAB4

Text Example


Text Example

White with #31FAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,250,180); }

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

background-color css

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

 a { background-color: rgb(49,250,180); }

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

border-color css

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

 span { border-color: rgb(49,250,180); }

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