Html Css Color HEX #31DFBE Turquoise

📋 copy color: '#31DFBE'

red 49 ◦ green 223 ◦ blue 190

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

Shades of Turquoise #31DFBE

Tints of Turquoise #31DFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.27%

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

R = 10.61%
G = 48.27%
B = 41.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#31DFBE (or 0x31DFBE) is known color: Turquoise. HEX triplet: 31, DF and BE. RGB value is (49,223,190). Sum of RGB (Red+Green+Blue) = 49+223+190=462 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.61% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #31DFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DFBE is #CE2041. Grayscale: #A7A7A7. Windows color (decimal): -13508674 or 12508977. OLE color: 12508977.

HSL color Cylindrical-coordinate representation of color #31DFBE: hue angle of 168.62º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DFBE is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 223 190 -
CMYK 0.78 0 0.15 0.13
HSL 168.62º 0.73% 0.53% -
HSV(B) 168.62º 0.78% 0.87% -
XYZ 36.95 57.15 57.8 -
YUV 167.21 140.85 43.68 -
System Red Green Blue C M Y K H S L
Decimal 49 223 190 0.78 0 0.15 0.13 168.62 0.73 0.53
Hex 31 DF BE 4E 0 F D A9 49 35
Octal 61 337 276 116 0 17 15 251 111 65
Binary 110001 11011111 10111110 1001110 0 1111 1101 10101001 1001001 110101

Color Harmonies of #31DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DFBE

Black with #31DFBE

Text Example


Text Example

White with #31DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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