Html Css Color HEX #31DAB7 Turquoise

📋 copy color: '#31DAB7'

red 49 ◦ green 218 ◦ blue 183

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

Shades of Turquoise #31DAB7

Tints of Turquoise #31DAB7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.44%

 BLUE value IS 183 (71.88% from 255) = 40.67%

R = 10.89%
G = 48.44%
B = 40.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#31DAB7 (or 0x31DAB7) is known color: Turquoise. HEX triplet: 31, DA and B7. RGB value is (49,218,183). Sum of RGB (Red+Green+Blue) = 49+218+183=450 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.89% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #31DAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DAB7 is #CE2548. Grayscale: #A3A3A3. Windows color (decimal): -13509961 or 12048945. OLE color: 12048945.

HSL color Cylindrical-coordinate representation of color #31DAB7: hue angle of 167.57º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DAB7 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 218 183 -
CMYK 0.78 0 0.16 0.15
HSL 167.57º 0.7% 0.52% -
HSV(B) 167.57º 0.78% 0.85% -
XYZ 34.89 54.21 53.43 -
YUV 163.48 139.01 46.35 -
System Red Green Blue C M Y K H S L
Decimal 49 218 183 0.78 0 0.16 0.15 167.57 0.7 0.52
Hex 31 DA B7 4E 0 10 F A8 46 34
Octal 61 332 267 116 0 20 17 250 106 64
Binary 110001 11011010 10110111 1001110 0 10000 1111 10101000 1000110 110100

Color Harmonies of #31DAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DAB7

Black with #31DAB7

Text Example


Text Example

White with #31DAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,218,183); }

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

background-color css

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

 a { background-color: rgb(49,218,183); }

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

border-color css

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

 span { border-color: rgb(49,218,183); }

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