Html Css Color HEX #31DCBE Turquoise

📋 copy color: '#31DCBE'

red 49 ◦ green 220 ◦ blue 190

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

Shades of Turquoise #31DCBE

Tints of Turquoise #31DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.93%

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 10.68%
G = 47.93%
B = 41.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#31DCBE (or 0x31DCBE) is known color: Turquoise. HEX triplet: 31, DC and BE. RGB value is (49,220,190). Sum of RGB (Red+Green+Blue) = 49+220+190=459 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.68% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCBE is #CE2341. Grayscale: #A5A5A5. Windows color (decimal): -13509442 or 12508209. OLE color: 12508209.

HSL color Cylindrical-coordinate representation of color #31DCBE: hue angle of 169.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DCBE is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 220 190 -
CMYK 0.78 0 0.14 0.14
HSL 169.47º 0.71% 0.53% -
HSV(B) 169.47º 0.78% 0.86% -
XYZ 36.15 55.56 57.53 -
YUV 165.45 141.85 44.94 -
System Red Green Blue C M Y K H S L
Decimal 49 220 190 0.78 0 0.14 0.14 169.47 0.71 0.53
Hex 31 DC BE 4E 0 E E A9 47 35
Octal 61 334 276 116 0 16 16 251 107 65
Binary 110001 11011100 10111110 1001110 0 1110 1110 10101001 1000111 110101

Color Harmonies of #31DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DCBE

Black with #31DCBE

Text Example


Text Example

White with #31DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,220,190); }

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

background-color css

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

 a { background-color: rgb(49,220,190); }

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

border-color css

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

 span { border-color: rgb(49,220,190); }

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