Html Css Color HEX #31DBBE Turquoise

📋 copy color: '#31DBBE'

red 49 ◦ green 219 ◦ blue 190

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

Shades of Turquoise #31DBBE

Tints of Turquoise #31DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.82%

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

R = 10.7%
G = 47.82%
B = 41.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#31DBBE (or 0x31DBBE) is known color: Turquoise. HEX triplet: 31, DB and BE. RGB value is (49,219,190). Sum of RGB (Red+Green+Blue) = 49+219+190=458 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.70% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #31DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DBBE is #CE2441. Grayscale: #A4A4A4. Windows color (decimal): -13509698 or 12507953. OLE color: 12507953.

HSL color Cylindrical-coordinate representation of color #31DBBE: hue angle of 169.76º degrees, saturation: 0.7, 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 #31DBBE is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 219 190 -
CMYK 0.78 0 0.13 0.14
HSL 169.76º 0.7% 0.53% -
HSV(B) 169.76º 0.78% 0.86% -
XYZ 35.89 55.03 57.45 -
YUV 164.86 142.18 45.36 -
System Red Green Blue C M Y K H S L
Decimal 49 219 190 0.78 0 0.13 0.14 169.76 0.7 0.53
Hex 31 DB BE 4E 0 D E AA 46 35
Octal 61 333 276 116 0 15 16 252 106 65
Binary 110001 11011011 10111110 1001110 0 1101 1110 10101010 1000110 110101

Color Harmonies of #31DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DBBE

Black with #31DBBE

Text Example


Text Example

White with #31DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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